Init new template and style

This commit is contained in:
Boris Waaub
2026-01-20 14:02:22 +01:00
commit e429e6f25b
63 changed files with 6933 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="60" viewBox="0 0 200 60" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="60" fill="white"/>
<rect x="20" y="15" width="30" height="30" rx="6" fill="#3b82f6"/>
<circle cx="35" cy="30" r="8" fill="white"/>
<rect x="70" y="20" width="110" height="8" rx="4" fill="#3b82f6"/>
<rect x="70" y="35" width="70" height="8" rx="4" fill="#93c5fd"/>
</svg>

After

Width:  |  Height:  |  Size: 442 B