Skip to content

Commit 6330afa

Browse files
authored
Update index.html
1 parent 3d7a6d3 commit 6330afa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
<head>
44
<meta http-equiv="refresh" content="0; URL='https://synteraction.org'" />
55
<title>Redirecting...</title>
6+
<script type="text/javascript">
7+
// JavaScript fallback for redirection
8+
window.location.href = "https://synteraction.org";
9+
</script>
610
</head>
711
<body>
8-
<p>If you are not redirected automatically, please <a href="https://synteraction.org">click here</a>.</p>
12+
<p>If you are not redirected automatically, please follow <a href="https://synteraction.org">this link</a>.</p>
913
</body>
1014
</html>

0 commit comments

Comments
 (0)