summaryrefslogtreecommitdiff
path: root/public/blog/page/1/index.html
diff options
context:
space:
mode:
authorsurya <surya@urbanecologycollective.org>2026-04-18 15:51:27 -0400
committersurya <surya@urbanecologycollective.org>2026-04-18 15:51:27 -0400
commitb8691d51319c0f0f72999e885208cb2318c2c209 (patch)
treeb8c819217fb884c68f7acb078b7d49e5d585dac8 /public/blog/page/1/index.html
parentfc3911cf7ca67da51f2d8e71824a6d284b590b2c (diff)
fix
Diffstat (limited to 'public/blog/page/1/index.html')
-rw-r--r--public/blog/page/1/index.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/blog/page/1/index.html b/public/blog/page/1/index.html
deleted file mode 100644
index 84e414c..0000000
--- a/public/blog/page/1/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!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>