DF-Walkthrough/shortcut.html
PeridexisErrant 8ceb461b67 Build config with Sphinx - just "make html"
Because who wants building pages to be complicated?
The config is actually pretty extensively tweaked for non-code projects
at this point.
2015-09-26 22:42:18 +10:00

14 lines
No EOL
445 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 real index page.</a>
</body>
</html>