Added docs

This commit is contained in:
2025-10-14 01:35:13 -06:00
parent d57149d29c
commit 4559d5e2f2
21 changed files with 4516 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<!-- Left mountain (amber/yellow) -->
<polygon points="48,192 96,64 144,192"
fill="#FFC107"
stroke="#1C1C1C"
stroke-width="4"
stroke-linejoin="round"/>
<!-- Right mountain (red) -->
<polygon points="112,192 176,32 240,192"
fill="#F44336"
stroke="#1C1C1C"
stroke-width="4"
stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 490 B