First commit

This commit is contained in:
2026-01-09 00:31:55 +01:00
commit c120933749
6 changed files with 303 additions and 0 deletions

12
images/favicon.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<defs>
<style>
.dark { fill: #570706; }
.light { fill: #F39019; }
</style>
</defs>
<rect class="dark" x="0" y="0" width="200" height="200"/>
<polygon class="light" points="200 0 200 200 0 200 200 0"/>
</svg>

After

Width:  |  Height:  |  Size: 300 B