initial commit

This commit is contained in:
2023-05-21 18:46:48 +02:00
commit 19772073ae
27 changed files with 17663 additions and 0 deletions

View File

@ -0,0 +1,28 @@
body {
font: 1.3em "Lucida Grande", Helvetica, Arial, sans-serif;
width: 100%;
overflow-x: hidden;
}
a {
color: #00B7FF;
}
canvas {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
h1 {
margin-bottom: -1%;
}
#chart {
width: 100%;
overflow-x: hidden;
}
#lastStatus {
font-size: 0.8em;
}