Skip to content

Commit

Permalink
Add ia link to 404
Browse files Browse the repository at this point in the history
  • Loading branch information
realeatham authored Nov 19, 2024
1 parent dd1776c commit 05728be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
<link id="style" rel="stylesheet" href="/style-dark.css">
<meta name="google-site-verification" content="8uVDR7-3i_Wb7RiXZTJBZeTbUpC-4teDf3hi7JacU-Y" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat License (sometimes called MIT Licensed) */
var x = document.getElementById('ia');
x?.setAttribute('href', 'https://web.archive.org/web/' + String(window.location));
document.getElementById('ia').innerHTML = "Check on the internet archive?";
/* @license-end */
</script>
</head>
<body id="top">
<ul class="nav">
Expand All @@ -29,7 +36,7 @@
</ul><br>
<h1>404 - Page Not Found</h1>
<p>
Go <a href="/">Home</a>
<a href="/" id="ia">Go home?</a>
</p>
</body>
</html>

0 comments on commit 05728be

Please sign in to comment.