Minimal structure for the web server.

This commit is contained in:
Tom Alexander
2023-08-17 03:21:43 -04:00
parent cfa6e7e5ba
commit 0331c06875
4 changed files with 194 additions and 16 deletions

5
static/index.html Normal file
View File

@@ -0,0 +1,5 @@
<html>
<body>
Test html file.
</body>
</html>