Skip to content

Commit 14b0af3

Browse files
authored
Merge pull request #1 from badgerloop-software/copilot/redirect-badgerloop-to-badgersolarracing
2 parents 1678e31 + 2d7c67f commit 14b0af3

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Redirecting…</title>
6+
<meta http-equiv="refresh" content="0; url=https://badgersolarracing.org/" />
7+
<link rel="canonical" href="https://badgersolarracing.org/" />
8+
<script>
9+
window.location.replace("https://badgersolarracing.org/");
10+
</script>
11+
</head>
12+
<body>
13+
<p>
14+
Redirecting to
15+
<a href="https://badgersolarracing.org/">https://badgersolarracing.org/</a>
16+
17+
</p>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)