Add favicon

This commit is contained in:
Peter Stockings
2026-02-28 20:24:21 +11:00
parent cc0136d712
commit 69feac1d55
2 changed files with 5 additions and 0 deletions

4
public/favicon.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<rect x="4" y="8" width="40" height="32" rx="4" fill="#1a1a1a" stroke="#3ea6ff" stroke-width="2.5"/>
<polygon points="20,16 34,24 20,32" fill="#3ea6ff"/>
</svg>

After

Width:  |  Height:  |  Size: 230 B

View File

@@ -7,6 +7,7 @@
<title>VideoSync — Watch Together</title> <title>VideoSync — Watch Together</title>
<meta name="description" <meta name="description"
content="Sync video playback with friends in real-time. Load a local file, create a room, and watch together."> content="Sync video playback with friends in real-time. Load a local file, create a room, and watch together.">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">