clean:history

This commit is contained in:
dichgrem
2025-11-21 19:20:24 +08:00
parent 845850871a
commit 14a54b2f7b
259 changed files with 34738 additions and 0 deletions

12
public/page/1/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<meta charset="utf-8">
<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>