DF-Walkthrough/shortcut.html
2015-09-30 19:37:38 +10:00

14 lines
No EOL
435 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=./_build/html/index.html">
<script type="text/javascript">
window.location.href = "./_build/html/index.html"
</script>
<title>Page Redirection</title>
</head>
<body>
<a href='./_build/html/index.html'>Follow this link to the index.</a>
</body>
</html>