summary refs log tree commit diff
path: root/jump.html
diff options
context:
space:
mode:
Diffstat (limited to 'jump.html')
-rw-r--r--jump.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/jump.html b/jump.html
index 233b255..827af91 100644
--- a/jump.html
+++ b/jump.html
@@ -1 +1,11 @@
-<script>location.href="/";</script>
\ No newline at end of file
+<!DOCTYPE html>
+<html lang="en-US">
+  <meta charset="utf-8">
+  <title>Redirecting&hellip;</title>
+  <link rel="canonical" href="/">
+  <script>location="/"</script>
+  <meta http-equiv="refresh" content="0; url=/">
+  <meta name="robots" content="noindex">
+  <h1>Redirecting&hellip;</h1>
+  <a href="/">Click here if you are not redirected.</a>
+</html>
\ No newline at end of file