fix: correct CSS/JS paths after fs.Sub change

This commit is contained in:
2026-04-10 22:50:19 +07:00
parent a90f41e638
commit 0f51c080b2
+2 -2
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Headscale Admin</title>
<link rel="stylesheet" href="static/style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Login screen -->
@@ -129,6 +129,6 @@
<div id="toast" class="toast"></div>
</div>
<script src="static/app.js"></script>
<script src="app.js"></script>
</body>
</html>