16 lines
298 B
PHP
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> |