add favicon
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
|
||||
<link rel="icon" type="image/x-icon" href="%sveltekit.assets%/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="%sveltekit.assets%/favicon.svg" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
||||
5
static/favicon-16.svg
Normal file
5
static/favicon-16.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect width="16" height="16" rx="3" fill="#0d0f0e"/>
|
||||
<rect x="0.75" y="0.75" width="14.5" height="14.5" rx="2.5" fill="none" stroke="#e8930a" stroke-width="1"/>
|
||||
<text x="8" y="12" font-family="Barlow Condensed, Arial Narrow, sans-serif" font-weight="700" font-size="11" fill="#e8930a" text-anchor="middle">P</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 389 B |
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
8
static/favicon.svg
Normal file
8
static/favicon.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<!-- Background -->
|
||||
<rect width="32" height="32" rx="4" fill="#0d0f0e"/>
|
||||
<!-- Amber bar mark -->
|
||||
<rect x="4" y="5" width="5" height="22" rx="1.5" fill="#e8930a"/>
|
||||
<!-- P monogram -->
|
||||
<text x="20" y="23" font-family="'DM Mono',monospace,ui-monospace" font-weight="700" font-size="18" fill="#e8930a" text-anchor="middle">P</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 408 B |
Reference in New Issue
Block a user