Skip to content

Commit 1fa3db0

Browse files
author
Sketched Doughnut
committed
a
1 parent b832d88 commit 1fa3db0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Redirecting...</title>
5-
<meta http-equiv="refresh" content="0; URL='team5970.org'" />
4+
<script>
5+
if (window.location.href==="https://beavertronics.github.io") {
6+
window.location.href = "https://team5970.org";
7+
}
8+
</script>>
69
</head>
710
<body>
8-
<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>
912
</body>
1013
</html>

0 commit comments

Comments
 (0)