feat: start adding server code

This commit is contained in:
2024-07-20 17:09:22 +01:00
parent c969a5280a
commit 074d96b76d
5 changed files with 93 additions and 21 deletions

12
web/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<title>infinifi</title>
</head>
<body>
<main>
<p>test</p>
</main>
<script type="text/javascript" src="/script.js"></script>
</body>
</html>