build: compile frontend and fix gitignore for dist
Ampel / ampel (push) Successful in 22s

This commit is contained in:
Hitonabi
2026-08-07 23:36:43 +02:00
parent 0c849f4dcd
commit 102149a5d6
134 changed files with 766 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<defs>
<linearGradient id="mc-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#06b6d4" />
<stop offset="50%" stop-color="#0d9488" />
<stop offset="100%" stop-color="#3b82f6" />
</linearGradient>
</defs>
<!-- Background Shield or Rounded Square -->
<rect x="10" y="10" width="80" height="80" rx="20" fill="url(#mc-grad)" />
<!-- Central Terminal or Graph Symbol -->
<path d="M 30 40 L 45 50 L 30 60" fill="none" stroke="#ffffff" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" />
<line x1="55" y1="60" x2="70" y2="60" stroke="#ffffff" stroke-width="8" stroke-linecap="round" />
</svg>

After

Width:  |  Height:  |  Size: 753 B