Update index.html

This commit is contained in:
sorgelig
2019-01-17 13:33:02 +08:00
committed by GitHub
parent 21ed972c86
commit 18bdfc2a0f

View File

@@ -1 +1,14 @@
MiSTer
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://github.com/MiSTer-devel/Main_MiSTer/wiki">
<script type="text/javascript">
window.location.href = "https://github.com/MiSTer-devel/Main_MiSTer/wiki"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='https://github.com/MiSTer-devel/Main_MiSTer/wiki'>Mr.Wiki</a>.
</body>
</html>