Files
ManagerAccount/index.html
2026-03-27 09:56:26 +07:00

13 lines
203 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<script>
window.location.href = './pages/login.html';
</script>
</head>
<body>
Redirecting to login...
</body>
</html>