Files
ManagerAccount/public/index.html
2026-07-17 10:37:46 +07:00

15 lines
305 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting...</title>
<script>
window.location.href = './pages/login.html';
</script>
</head>
<body>
Redirecting to login...
</body>
</html>