nevermind, statics don't rly suck

This commit is contained in:
41666 2023-10-03 00:20:39 -04:00
parent adc3a38395
commit 428246706f
13 changed files with 532 additions and 5 deletions

12
html/work.css Normal file
View file

@ -0,0 +1,12 @@
#telemetry {
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font: monospace;
z-index: 100;
padding: 10px;
font-size: 12px;
display: none;
}