title and favicon update

This commit is contained in:
2025-11-27 19:38:16 +03:00
parent 89a5f92339
commit 9511517eea
5 changed files with 32 additions and 8 deletions

View File

@@ -2,9 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wisecolt Starter</title>
<title>Wisecolt CI</title>
</head>
<body class="bg-background text-foreground">
<div id="root"></div>

View File

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Wisecolt CI">
<defs>
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff5a2e"/>
<stop offset="100%" stop-color="#f44236"/>
</linearGradient>
</defs>
<g fill="none" stroke="url(#g)" stroke-width="26" stroke-linecap="round" stroke-linejoin="round">
<path d="M256 36 438 142v228L256 476 74 370V142Z"/>
<path d="M118 186 74 142m370 228 44 44" />
<path d="M394 326l44 44m-370-228 44 44" />
</g>
<g fill="url(#g)">
<path d="M196 124h120a6 6 0 0 1 6 6v20a10 10 0 0 1-10 10H200a10 10 0 0 1-10-10v-20a6 6 0 0 1 6-6Z"/>
<path d="M208 150h96v188a48 48 0 0 1-48 48 48 48 0 0 1-48-48Z" opacity=".15"/>
</g>
<g stroke="url(#g)" stroke-width="18" stroke-linecap="round" stroke-linejoin="round" fill="none">
<path d="M216 150v188a40 40 0 0 0 80 0V150"/>
<path d="M216 150h80"/>
<path d="M222 206h68" opacity=".65"/>
<path d="M222 246h68" opacity=".65"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB