We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c69263 + db9fc9b commit 8b88f4dCopy full SHA for 8b88f4d
1 file changed
index.html
@@ -1,14 +1,17 @@
1
<!DOCTYPE html>
2
<html>
3
<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
+ <script type="text/javascript">
+ // Redirect as soon as the script runs
+ window.location.href = "https://scribear.github.io/v/index.html";
+ </script>
8
+ </head>
9
</head>
10
<body>
11
<p>Please follow <a href="https://scribear.github.io/v/index.html">Choose version</a>.</p>
12
<p>Please follow <a href="v/index.html">Choose version</a>.</p>
13
+ <noscript>
14
+ <meta http-equiv="refresh" content="0; url=https://scribear.github.io/v/index.html">
15
+ </noscript>
16
</body>
17
</html>
0 commit comments