update:openwrt

This commit is contained in:
dichgrem
2025-07-16 14:02:57 +08:00
parent 23db8005e0
commit defe396d05
18 changed files with 71 additions and 82 deletions

View File

@ -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>