Created
April 30, 2024 09:18
-
-
Save patrickposner/f2ddea51e493abfc5deb466690609c4d to your computer and use it in GitHub Desktop.
Redirecting /feed/ to /feed/index.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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