feat: skeleton

This commit is contained in:
2026-07-27 10:16:03 -04:00
parent bd3f0d99ee
commit 6bc16cb135
8 changed files with 365 additions and 0 deletions

13
styles.css Normal file
View File

@ -0,0 +1,13 @@
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
background: #0e0e12;
overflow: hidden;
}
canvas {
image-rendering: pixelated;
display: block;
}