Skip to content

Instantly share code, notes, and snippets.

@patrickposner
Created April 30, 2024 09:18
Show Gist options
  • Save patrickposner/f2ddea51e493abfc5deb466690609c4d to your computer and use it in GitHub Desktop.
Save patrickposner/f2ddea51e493abfc5deb466690609c4d to your computer and use it in GitHub Desktop.
Redirecting /feed/ to /feed/index.xml
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=/">
</head>
<body>
<script type="text/javascript">
window.location = "https://mmm.pics/feed/index.xml";
</script>
<p>You are being redirected to <a href="https://mmm.pics/feed/index.xml">/</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment