Add redirects from latest Internet trawl of dead links (#22)

This commit is contained in:
Patrick Stevens
2024-09-28 19:40:40 +01:00
committed by GitHub
parent 359647e1d2
commit 9d817b7f19
31 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="/index.html">
<script>location="/index.html"</script>
<meta http-equiv="refresh" content="0; url=/index.html">
<meta name="robots" content="noindex">
</head>
<body>
<h1>Redirecting&hellip;</h1>
<a href="/index.html">Click here if you are not redirected.</a>
</body>
</html>