WIP new http server

This commit is contained in:
2020-06-02 00:23:07 +02:00
parent 89ccd5ff02
commit d504f8cd5d
10 changed files with 120 additions and 34 deletions

11
src/resources/app.css Normal file
View File

@@ -0,0 +1,11 @@
window {
background: black;
font-size: 30px;
}
label {
background-color: #fff;
border: 2px solid gray;
border-radius: 5px;
margin: 10px;
padding: 10px;
}