mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-06 00:38:39 +00:00
16 lines
443 B
HTML
16 lines
443 B
HTML
<!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>
|