feat: implement basic server

This demo can:
- Serve a webpage
- Serve static assets
- Asynchronously fetch html
This commit is contained in:
2023-05-09 20:56:09 +02:00
parent 351d6d2f64
commit ea59f1ed1e
10 changed files with 1778 additions and 2 deletions

3
static/css/style.css Normal file
View File

@@ -0,0 +1,3 @@
h1 {
color: blue;
}