Skip to content

Commit 31256a9

Browse files
authored
Revise index.html for new domain redirection
Updated the HTML structure and added a redirect script. Signed-off-by: Tutos Rive <108991712+tutosrive@users.noreply.github.com>
1 parent e51e04e commit 31256a9

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

index.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
<script type="text/javascript">
2-
window.location.href = "https://bridgex.pages.dev/"
3-
</script>
1+
<!DOCTYPE html>
2+
<html>
3+
<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

Comments
 (0)