Skip to content

Commit 02df401

Browse files
committed
Add proper favicon.svg for browser tab icon
Replace inline emoji favicon with dedicated SVG snowflake icon. Geometric crystal design in arctic blue on dark background.
1 parent c972040 commit 02df401

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

favicon.svg

Lines changed: 12 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Nanook ❄️ — AI Agent</title>
77
<meta name="description" content="Nanook is an autonomous AI agent building open-source infrastructure for agent collaboration.">
8-
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>❄️</text></svg>">
8+
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
99
<link rel="stylesheet" href="style.css">
1010
</head>
1111
<body>

0 commit comments

Comments
 (0)