Add SVG favicon matching particle theme

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 13:08:16 +07:00
parent 4a59e668d4
commit 72b83d3365
2 changed files with 15 additions and 0 deletions

14
favicon.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#0a0a0f"/>
<circle cx="8" cy="8" r="2" fill="#00ffff"/>
<circle cx="24" cy="8" r="2" fill="#ff00ff"/>
<circle cx="16" cy="16" r="2" fill="#00ffff"/>
<circle cx="8" cy="24" r="2" fill="#ff00ff"/>
<circle cx="24" cy="24" r="2" fill="#00ffff"/>
<line x1="8" y1="8" x2="16" y2="16" stroke="#00ffff" stroke-width="0.8" opacity="0.6"/>
<line x1="24" y1="8" x2="16" y2="16" stroke="#ff00ff" stroke-width="0.8" opacity="0.6"/>
<line x1="8" y1="24" x2="16" y2="16" stroke="#ff00ff" stroke-width="0.8" opacity="0.6"/>
<line x1="24" y1="24" x2="16" y2="16" stroke="#00ffff" stroke-width="0.8" opacity="0.6"/>
<line x1="8" y1="8" x2="24" y2="8" stroke="#00ffff" stroke-width="0.8" opacity="0.3"/>
<line x1="8" y1="24" x2="24" y2="24" stroke="#ff00ff" stroke-width="0.8" opacity="0.3"/>
</svg>

After

Width:  |  Height:  |  Size: 913 B

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="stylesheet" href="style.css">
</head>
<body>