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