mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-01 09:19:32 -04:00
update:openwrt
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="canonical" href="https://blog.dich.bid/">
|
||||
<meta http-equiv="refresh" content="0; url=https://blog.dich.bid/">
|
||||
<title>Redirect</title>
|
||||
<script>
|
||||
const target = "https://blog.dich.bid/";
|
||||
const hash = window.location.hash || "";
|
||||
window.location.replace(target + hash);
|
||||
</script>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="0; url=https://blog.dich.bid/">
|
||||
</noscript>
|
||||
<p><a href="https://blog.dich.bid/">Click here</a> to be redirected.</p>
|
||||
|
Reference in New Issue
Block a user