This commit is contained in:
2026-03-31 13:48:10 +07:00
parent 0c1ca1d923
commit 900a569c51
20 changed files with 204 additions and 1753 deletions

12
public/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<script>
window.location.href = './pages/login.html';
</script>
</head>
<body>
Redirecting to login...
</body>
</html>