Add root index.html which redirects to 6/

This commit is contained in:
Will Pearson
2018-02-03 19:57:46 +00:00
parent 832ccb5c1a
commit 99c68f2fc0

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="6/">
<meta http-equiv="refresh" content="0; url=6/">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="6/">Click here if you are not redirected.</a>
<script>location="6/"</script>
</html>