created http server and new thread

This commit is contained in:
2019-09-13 15:41:40 +02:00
parent 2e0abb2f6e
commit 3b69bc3cc9
4 changed files with 114 additions and 0 deletions

8
wwwroot/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body class="test">
hello there
</body>
</html>