We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92d9f7 commit 2b3945fCopy full SHA for 2b3945f
docs/public/getting-started/introduction.html
@@ -4,19 +4,13 @@
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>
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <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>
+
0 commit comments