Skip to content

Commit 01f4f30

Browse files
committed
docs: add local favicon for pages portal
1 parent a81d29c commit 01f4f30

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/favicon.svg

Lines changed: 6 additions & 0 deletions
Loading

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
name="description"
99
content="YCode CLI is a .NET 10 coding agent for your repository, with subagents, MCP tools, memory management, and skill loading."
1010
>
11+
<meta name="theme-color" content="#111111">
1112
<link rel="preconnect" href="https://fonts.googleapis.com">
1213
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14+
<link rel="icon" type="image/svg+xml" href="./favicon.svg">
15+
<link rel="shortcut icon" href="./favicon.svg">
1316
<link
1417
href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap"
1518
rel="stylesheet"

0 commit comments

Comments
 (0)