17 lines
300 B
HTML
17 lines
300 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;url=index.html">
|
|
<title>SB Admin</title>
|
|
<script language="javascript">
|
|
window.location.href = "index.html"
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
Go to <a href="index.html">templates/index.html</a>
|
|
</body>
|
|
|
|
</html>
|