We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1678e31 + 2d7c67f commit 14b0af3Copy full SHA for 14b0af3
1 file changed
index.html
@@ -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