Skip to content

Commit

Permalink
Add 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Jun 22, 2024
1 parent e9b911b commit 573e960
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL='https://daypicker.dev'" />
<title>Redirecting...</title>
<script type="text/javascript">
var newURL =
"https://daypicker.dev" +
window.location.pathname +
window.location.search;
window.location.replace(newURL);
</script>
</head>
<body>
<p>
If you are not redirected automatically, follow this
<a href="https://daypicker.dev">link to daypicker.dev</a>.
</p>
</body>
</html>

0 comments on commit 573e960

Please sign in to comment.