Skip to content

Commit 8b88f4d

Browse files
authored
Merge pull request #193 from scribear/isaac-landing-page-redirect-lag
Tiny update on landing page redirect
2 parents 4c69263 + db9fc9b commit 8b88f4d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="Refresh" content="0; url=https://scribear.github.io/v/index.html" />
5-
<meta http-equiv="Refresh" content="0; url=v/index.html" />
6-
7-
4+
<script type="text/javascript">
5+
// Redirect as soon as the script runs
6+
window.location.href = "https://scribear.github.io/v/index.html";
7+
</script>
8+
</head>
89
</head>
910
<body>
1011
<p>Please follow <a href="https://scribear.github.io/v/index.html">Choose version</a>.</p>
1112
<p>Please follow <a href="v/index.html">Choose version</a>.</p>
12-
13+
<noscript>
14+
<meta http-equiv="refresh" content="0; url=https://scribear.github.io/v/index.html">
15+
</noscript>
1316
</body>
1417
</html>

0 commit comments

Comments
 (0)