add local SVG favicon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e7a81fbf4a
commit
84e3f1f3e0
2 changed files with 5 additions and 1 deletions
4
favicon.svg
Normal file
4
favicon.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
||||
<rect width="32" height="32" rx="6" fill="#FFD700"/>
|
||||
<text x="16" y="23" font-family="monospace" font-size="18" font-weight="bold" fill="#000" text-anchor="middle">n.</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 269 B |
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>noted.</title>
|
||||
<link rel="icon" href="https://radical.omar-c29.workers.dev/memes/fry.png" type="image/png">
|
||||
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue