Skip to content

Commit 2b3945f

Browse files
committed
added script tag
1 parent f92d9f7 commit 2b3945f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/public/getting-started/introduction.html

+5-11
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="refresh" content="0; url=/bruin/">
66
<title>Redirecting...</title>
7+
<script>
8+
// JavaScript-based redirect
9+
window.location.href = "/bruin/";
10+
</script>
711
</head>
812
<body>
913
<p>If you are not redirected automatically, <a href="/bruin/">click here</a>.</p>
1014
</body>
1115
</html>
12-
<!DOCTYPE html>
13-
<html lang="en">
14-
<head>
15-
<meta charset="UTF-8">
16-
<meta http-equiv="refresh" content="0; url=/bruin/">
17-
<title>Redirecting...</title>
18-
</head>
19-
<body>
20-
<p>If you are not redirected automatically, <a href="/bruin/">click here</a>.</p>
21-
</body>
22-
</html>
16+

0 commit comments

Comments
 (0)