feat: Building the app in it's first version

This commit is contained in:
gauvainboiche
2026-09-15 23:12:57 +02:00
parent 34792e2782
commit 64a3d9b556
42 changed files with 2699 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Frimaire">
<circle cx="60" cy="60" r="54" fill="#f6efe0" stroke="#8a6b45" stroke-width="2"/>
<g stroke="#6f8794" stroke-width="2.5" stroke-linecap="round">
<line x1="60" y1="32" x2="60" y2="88"/>
<line x1="32" y1="60" x2="88" y2="60"/>
<line x1="40" y1="40" x2="80" y2="80"/>
<line x1="40" y1="80" x2="80" y2="40"/>
<path d="M60 32 L54 40 M60 32 L66 40"/>
<path d="M60 88 L54 80 M60 88 L66 80"/>
<path d="M32 60 L40 54 M32 60 L40 66"/>
<path d="M88 60 L80 54 M88 60 L80 66"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 611 B