diff options
Diffstat (limited to 'public/blog/page')
| -rw-r--r-- | public/blog/page/1/index.html | 12 |
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> |
