mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-07 09:18:39 +00:00
Add redirects from latest Internet trawl of dead links (#22)
This commit is contained in:
15
hugo/content/wordpress/index.html
Normal file
15
hugo/content/wordpress/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</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…</h1>
|
||||
<a href="/index.html">Click here if you are not redirected.</a>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user