Files
semakin-imut/ena_pro/index.php
2025-10-09 11:03:05 +07:00

16 lines
298 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=dist/index.html">
<title>SB Admin</title>
<script language="javascript">
window.location.href = "login.php"
</script>
</head>
<body>
Go to <a href="login.php">/dist/index.html</a>
</body>
</html>