diff options
Diffstat (limited to 'jump.html')
-rw-r--r-- | jump.html | 12 |
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…</title> + <link rel="canonical" href="/"> + <script>location="/"</script> + <meta http-equiv="refresh" content="0; url=/"> + <meta name="robots" content="noindex"> + <h1>Redirecting…</h1> + <a href="/">Click here if you are not redirected.</a> +</html> \ No newline at end of file |