summaryrefslogtreecommitdiff
path: root/public/posts/page/1/index.html
blob: 2cd740523428b63d08b26fadb8252b64c163bde5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>