Skip to content

Commit 2ab979f

Browse files
authored
Merge pull request #304 from Barbar1432/add-redirect
add redirect from old link
2 parents 5f8d8f5 + 2b3945f commit 2ab979f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=/bruin/">
6+
<title>Redirecting...</title>
7+
<script>
8+
// JavaScript-based redirect
9+
window.location.href = "/bruin/";
10+
</script>
11+
</head>
12+
<body>
13+
<p>If you are not redirected automatically, <a href="/bruin/">click here</a>.</p>
14+
</body>
15+
</html>
16+

0 commit comments

Comments
 (0)