mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-09-21 21:30:47 +02:00
14 lines
No EOL
435 B
HTML
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> |