Skip to content

Commit

Permalink
move redirects dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Elton, Daniel Christopher committed Oct 20, 2024
1 parent a47694c commit ab694bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
20 changes: 0 additions & 20 deletions assets/redirects/alzfraud.htm

This file was deleted.

15 changes: 12 additions & 3 deletions redirects/alzfraud.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url="https://moreisdifferent.blog/p/when-weak-links-in-science-matter">
<title>Redirecting to Substack...</title>
<meta http-equiv="refresh" content="0; url=https://moreisdifferent.blog/p/when-weak-links-in-science-matter">
<title>Redirecting...</title>
<script>
// Immediate redirect
window.location.href = "https://moreisdifferent.blog/p/when-weak-links-in-science-matter";

// Fallback redirect after 25ms if the immediate redirect fails
setTimeout(function() {
window.location.replace("https://moreisdifferent.blog/p/when-weak-links-in-science-matter");
}, 25);
</script>
</head>
<body>
<p>If you are not redirected automatically, <a href="https://moreisdifferent.blog/p/when-weak-links-in-science-matter">click here</a>.</p>
<p>Attempting to redirect to Substack... <a href="https://moreisdifferent.blog/p/when-weak-links-in-science-matter"></a> if you are not redirected automatically, click here</a>.</p>
</body>
</html>

0 comments on commit ab694bb

Please sign in to comment.