We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51e04e commit 31256a9Copy full SHA for 31256a9
1 file changed
index.html
@@ -1,3 +1,13 @@
1
-<script type="text/javascript">
2
- window.location.href = "https://bridgex.pages.dev/"
3
-</script>
+<!DOCTYPE html>
+<html>
+<head>
4
+ <title>Redirecting TO new Domain</title>
5
+ <script type="text/javascript">
6
+ // This line changes the current URL to the new one.
7
+ window.location.href = "https://bridgex.pages.dev/";
8
+ </script>
9
+</head>
10
+<body>
11
+ <p>If you are not redirected automatically, <a href="https://bridgex.pages.dev/">click here</a>.</p>
12
+</body>
13
+</html>
0 commit comments