This commit is contained in:
2026-03-20 14:55:36 +07:00
commit e0791c770f
13 changed files with 3445 additions and 0 deletions

16
favicon.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Фон -->
<rect width="64" height="64" rx="16" fill="#1d4ed8"/>
<!-- Иконка базы данных -->
<g fill="none" stroke="white" stroke-width="3">
<!-- Верх -->
<ellipse cx="32" cy="20" rx="12" ry="6"/>
<!-- Боковые линии -->
<path d="M20 20v16c0 3.3 5.4 6 12 6s12-2.7 12-6V20"/>
<!-- Средние линии -->
<path d="M20 28c0 3.3 5.4 6 12 6s12-2.7 12-6"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 513 B