feat: start adding server code
This commit is contained in:
12
web/index.html
Normal file
12
web/index.html
Normal 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>
|
Reference in New Issue
Block a user