diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-01-20 23:21:10 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-01-20 23:21:10 +0800 |
| commit | c4bb3217742e26210683d49715b37aa07955e689 (patch) | |
| tree | abeac79e43cd02bdf67d74ecac069d50fe31fa4b /frontend/admin/index.html | |
| parent | 3907c41203568f69b947bdde8f16f505eb26ba6a (diff) | |
admin panel
Diffstat (limited to 'frontend/admin/index.html')
| -rw-r--r-- | frontend/admin/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/admin/index.html b/frontend/admin/index.html new file mode 100644 index 0000000..8d415a1 --- /dev/null +++ b/frontend/admin/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Victoria Hall LaundryWeb Admin Panel</title> + <link rel="stylesheet" href="./admin-style.css"> +</head> +<body> + <h1>LaundryWeb Admin Panel Log In</h1> + <input type="password" id="pwfield"> <button onclick="login()">Log In</button> + <script src="./admin.js"></script> +</body> +</html> |
