initial commit

This commit is contained in:
2026-08-16 21:18:45 -05:00
commit 1e05a01bcf
122 changed files with 29178 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="VibeDNS">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#2a86d8"/>
<stop offset="100%" stop-color="#14508c"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="13" fill="url(#g)"/>
<g fill="none" stroke="#fff" stroke-width="3.2" stroke-linecap="round">
<circle cx="32" cy="32" r="16"/>
<ellipse cx="32" cy="32" rx="7" ry="16"/>
<path d="M16.6 27h30.8M16.6 37h30.8"/>
</g>
<circle cx="32" cy="32" r="4.2" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 604 B