You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
189 B
HTML

9 months ago
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Index</title>
</head>
<script type="text/javascript">
window.location.href="admin/index";
</script>
<body>
Index
</body>
</html>