Initial commit

This commit is contained in:
Ubuntu
2026-03-01 13:23:47 +00:00
commit 6021e6ea75
7 changed files with 2226 additions and 0 deletions

12
favicon.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="36" y2="36">
<stop stop-color="#2d5f8a"/>
<stop offset="1" stop-color="#4ecdc4"/>
</linearGradient>
</defs>
<circle cx="18" cy="18" r="18" fill="url(#g)"/>
<path d="M12 18c0-3.3 2.7-6 6-6s6 2.7 6 6" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/>
<path d="M15 22c0-1.7 1.3-3 3-3s3 1.3 3 3" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/>
<circle cx="18" cy="13" r="2" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 574 B