Skip to content

Commit 2d7c67f

Browse files
Copilotsbasu107
andauthored
feat: add homepage redirect to badgersolarracing.org
Agent-Logs-Url: https://github.com/badgerloop-software/badgerloop-software.github.io/sessions/ea8052ab-7afc-4d4a-9760-dff9508a9a9a Co-authored-by: sbasu107 <40325803+sbasu107@users.noreply.github.com>
1 parent d938a9b commit 2d7c67f

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)