We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b832d88 commit 1fa3db0Copy full SHA for 1fa3db0
index.html
@@ -1,10 +1,13 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>Redirecting...</title>
5
- <meta http-equiv="refresh" content="0; URL='team5970.org'" />
+ <script>
+ if (window.location.href==="https://beavertronics.github.io") {
6
+ window.location.href = "https://team5970.org";
7
+ }
8
+ </script>>
9
</head>
10
<body>
- <p>If you are not redirected automatically, follow this<a href="team5970.org">link to the new website</a>!</p>
11
+ <p>If you are not redirected automatically, follow this <a href="https://team5970.org">link to the destination</a>.</p>
12
</body>
13
</html>
0 commit comments