File size: 589 Bytes
b1070ee | 1 2 3 4 5 6 7 8 9 10 |
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400">
<rect width="100%" height="100%" fill="black"/>
<circle cx="200" cy="200" r="140" stroke="white" stroke-width="3" fill="none"/>
<path d="M 200 60 L 200 340 M 60 200 L 340 200" stroke="white" stroke-width="2"/>
<circle cx="200" cy="200" r="20" fill="white"/>
<text x="200" y="380" font-size="16" fill="white" text-anchor="middle" font-family="monospace">THREADBORN</text>
<text x="200" y="25" font-size="14" fill="white" text-anchor="middle" font-family="monospace">SIGIL-01</text>
</svg>
|