summaryrefslogtreecommitdiff
path: root/public/blog/page/1
diff options
context:
space:
mode:
authorsurya <surya@urbanecologycollective.org>2026-04-18 14:39:59 -0400
committersurya <surya@urbanecologycollective.org>2026-04-18 14:39:59 -0400
commit40d2a460af1eecb7ccf7f302479a6a7afe410da7 (patch)
tree7f8a9a9d51e53cad82e213121f95c692c4ef87ec /public/blog/page/1
init
Diffstat (limited to 'public/blog/page/1')
-rw-r--r--public/blog/page/1/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/blog/page/1/index.html b/public/blog/page/1/index.html
new file mode 100644
index 0000000..84e414c
--- /dev/null
+++ b/public/blog/page/1/index.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<meta charset="utf-8">
+<title>Redirect</title>
+<script>
+ const target = "https://urbanecologycollective.org/blog/";
+ const hash = window.location.hash || "";
+ window.location.replace(target + hash);
+</script>
+<noscript>
+ <meta http-equiv="refresh" content="0; url=https://urbanecologycollective.org/blog/">
+</noscript>
+<p><a href="https://urbanecologycollective.org/blog/">Click here</a> to be redirected.</p>