feat: Add favicon.svg and link it in index.html for improved branding
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Castle</title>
|
<title>Castle</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
8
app/public/favicon.svg
Normal file
8
app/public/favicon.svg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||||
|
<rect x="4" y="14" width="24" height="14" rx="1" fill="#3b82f6"/>
|
||||||
|
<rect x="4" y="4" width="4" height="14" fill="#3b82f6"/>
|
||||||
|
<rect x="14" y="4" width="4" height="14" fill="#3b82f6"/>
|
||||||
|
<rect x="24" y="4" width="4" height="14" fill="#3b82f6"/>
|
||||||
|
<rect x="12" y="20" width="8" height="8" rx="1" fill="#1e293b"/>
|
||||||
|
<rect x="12" y="20" width="8" height="4" rx="1" fill="#1e293b"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 449 B |
Reference in New Issue
Block a user