Add favicon
This commit is contained in:
4
public/favicon.svg
Normal file
4
public/favicon.svg
Normal 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 |
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user