make it a webapp

This commit is contained in:
nora 2024-09-07 22:43:04 +02:00
parent 11db12e074
commit b2ab2ff73e
12 changed files with 3082 additions and 155 deletions

26
static/index.css Normal file
View file

@ -0,0 +1,26 @@
html {
font-family: sans-serif;
}
th,
td {
border: 1px solid;
margin: 0;
}
.error {
background-color: lightcoral;
}
.pass {
background-color: greenyellow;
}
.missing {
background-color: lightgray;
}
.build-info-a {
color: black;
text-decoration: none;
}