diff options
author | mayx | 2025-04-11 17:07:43 +0000 |
---|---|---|
committer | mayx | 2025-04-11 17:07:43 +0000 |
commit | 91dd8a34ea8487e21bdbfb25d906523ff627c926 (patch) | |
tree | df434597e29784f71032a0f2046920b02f7399f7 /jump.html | |
parent | c7cabd991a2ca69cf00f4daf9a663de53deaf5d6 (diff) |
Update 24 files
- /css/gitalk.css - /js/aes.js - /js/gitalk.min.js - /js/jquery.min.js - /js/main.js - /js/rss-feed-preview.js - /js/simple-jekyll-search.min.js - /assets/css/gitalk.css - /assets/js/rss-feed-preview.js - /assets/js/main.js - /assets/js/jquery.min.js - /assets/js/simple-jekyll-search.min.js - /assets/js/aes.js - /assets/js/gitalk.min.js - /assets/js/instant.page.js - /_layouts/post.html - /_layouts/encrypt.html - /_layouts/default.html - /search.html - /aes.html - /_posts/2025-04-08-feed.md - /links.md - /blogroll.opml - /jump.html
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 |