This commit is contained in:
2026-03-18 17:19:02 +07:00
parent 9fa65ba4af
commit d1ba0eb58b
3 changed files with 96 additions and 148 deletions

14
favicon.svg Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Background -->
<rect width="64" height="64" rx="12" fill="#0A84FF"/>
<!-- Database cylinder -->
<ellipse cx="32" cy="18" rx="18" ry="8" fill="white"/>
<rect x="14" y="18" width="36" height="20" fill="white"/>
<ellipse cx="32" cy="38" rx="18" ry="8" fill="white"/>
<!-- Lines (data layers) -->
<ellipse cx="32" cy="26" rx="14" ry="5" fill="#0A84FF"/>
<ellipse cx="32" cy="34" rx="14" ry="5" fill="#0A84FF"/>
</svg>

After

Width:  |  Height:  |  Size: 542 B