First commit for bicorder-app

This commit is contained in:
Nathan Schneider
2025-11-25 13:20:21 -05:00
parent 3a55d3dbb9
commit b541f6049e
24 changed files with 8883 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" fill="#ffffff"/>
<text x="50" y="35" font-family="monospace" font-size="16" fill="#000000" text-anchor="middle">
Protocol
</text>
<text x="50" y="55" font-family="monospace" font-size="20" fill="#000000" text-anchor="middle" font-weight="bold">
BICORDER
</text>
<rect x="20" y="65" width="60" height="10" fill="none" stroke="#000000" stroke-width="2"/>
<rect x="22" y="67" width="20" height="6" fill="#000000"/>
</svg>

After

Width:  |  Height:  |  Size: 535 B