1
0
mirror of https://github.com/osmarks/website synced 2025-08-30 01:07:57 +00:00

4D tic-tac-toe (real)

This commit is contained in:
2024-01-30 16:46:38 +00:00
parent f43a8aa951
commit b0c118bb65
40 changed files with 272 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
<svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<rect x="25%" width="25%" height="100%" fill="rgb(0 0 0 / 10%)" />
<rect x="75%" width="25%" height="100%" fill="rgb(0 0 0 / 10%)" />
</svg>

After

Width:  |  Height:  |  Size: 228 B