Initial working version

This commit is contained in:
2025-05-23 22:56:59 +12:00
commit 0b27ef2b30
16 changed files with 1078 additions and 0 deletions

11
templates/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bar Control System</title>
</head>
<body>
<script type="module" src="static/main.js"></script>
</body>
</html>