Initial Commit

This commit is contained in:
AG
2025-12-20 23:15:29 +02:00
commit 68be2c81b0
7 changed files with 2683 additions and 0 deletions

10
favicon.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="prism-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#3b82f6" />
<stop offset="100%" stop-color="#8b5cf6" />
</linearGradient>
</defs>
<rect width="512" height="512" rx="140" fill="#0f172a" />
<path d="M256 120 L400 392 H112 L256 120ZM256 190 L160 360 H352 L256 190Z" fill="url(#prism-gradient)" />
</svg>

After

Width:  |  Height:  |  Size: 479 B