Implemented static folder

This commit is contained in:
2026-06-02 16:07:27 +01:00
parent 1f69f7921a
commit 4f6bd4dae2
4 changed files with 31 additions and 1 deletions

10
www/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/styles.css">
<script src="/main.js"></script>
</head>
<body>
</body>
</html>