Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Elton committed Oct 22, 2024
1 parent 8dee47b commit 78df80a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions redirects/peerreview.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://www.asimov.press/p/peer-review">
<title>Redirecting...</title>
<script>
// Immediate redirect
window.location.href = "https://www.asimov.press/p/peer-review";

// Fallback redirect after 25ms if the immediate redirect fails
setTimeout(function() {
window.location.replace("https://www.asimov.press/p/peer-review");
}, 25);
</script>
</head>
<body>
<p>Attempting to redirect to Substack... <a href="https://www.asimov.press/p/peer-review"></a> if you are not redirected automatically, click here</a>.</p>
</body>
</html>

0 comments on commit 78df80a

Please sign in to comment.