Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcrv authored Feb 21, 2024
1 parent 865cddf commit bcd8013
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
if (window.location.pathname !== '/.well-known') {
window.location.href = 'https://mattcrv.com';
}
});
</script>
</head>
<body>
<p>If you are not redirected automatically, follow this <a href='https://mattcrv.com'>link to mattcrv.com</a>.</p>
</body>
</html>

0 comments on commit bcd8013

Please sign in to comment.