Skip to content

Commit 6a4c80c

Browse files
committed
fix(frontend): add favicon link, correct script tag, fix imports and join navigation
1 parent 98d96c5 commit 6a4c80c

File tree

4 files changed

+1062
-789
lines changed

4 files changed

+1062
-789
lines changed

frontend/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
1212
<link href="./src/index.css" rel="stylesheet">
13+
<!-- favicon (use the existing vite.svg as the icon) -->
14+
<link rel="icon" type="image/svg+xml" href="/vite.svg">
1315
<meta property="og:title" content="PeerCall - Secure Privacy-Respecting Video Calls" />
1416
<meta property="og:description" content="Secure, privacy-respecting real-time video calls with peer-to-peer WebRTC technology." />
1517
<meta property="og:type" content="website" />
@@ -18,6 +20,6 @@
1820
<body>
1921
<div id="root"></div>
2022
<script type="module" src="/src/main.tsx"></script>
21-
<scrpit src="https://cdn.tailwindcss.com"></scrpit>
23+
<script src="https://cdn.tailwindcss.com"></script>
2224
</body>
2325
</html>

0 commit comments

Comments
 (0)