mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2025-10-27 16:03:10 +01:00
14 lines
290 B
HTML
14 lines
290 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;url=pages/index.html">
|
|
<title>SB Admin 2</title>
|
|
<script language="javascript">
|
|
window.location.href = "pages/index.html"
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Go to <a href="pages/index.html">/pages/index.html</a>
|
|
</body>
|
|
</html>
|