update snake

This commit is contained in:
2026-08-04 23:41:38 +02:00
parent b0230ce887
commit 75ecf670f8
3 changed files with 36 additions and 10 deletions
+7
View File
@@ -35,3 +35,10 @@ body {
width: 100%;
height: 100%;
}
#status-line {
position: fixed;
top: 0;
left: 0;
margin: 1rem;
}