Skip to content

Commit

Permalink
Frontend : Added Fontawesome
Browse files Browse the repository at this point in the history
A preperatory change involving Fontawesome cdn link in index.html
  • Loading branch information
Abhishek committed Jun 4, 2024
1 parent 6f279d5 commit 81091d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Binary file removed frontend/public/logo.jpg
Binary file not shown.

0 comments on commit 81091d8

Please sign in to comment.