basic functionality running

This commit is contained in:
Simon
2026-01-30 11:24:19 +00:00
parent 6762fb9513
commit 273e7c61f3
8 changed files with 293 additions and 125 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hottub</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="static/style.css">
</head>
<body>
<header class="top-bar">
@@ -32,6 +32,6 @@
</div>
</div>
<script src="app.js"></script>
<script src="static/app.js"></script>
</body>
</html>