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 3d7a6d3 commit 6330afaCopy full SHA for 6330afa
1 file changed
index.html
@@ -3,8 +3,12 @@
3
<head>
4
<meta http-equiv="refresh" content="0; URL='https://synteraction.org'" />
5
<title>Redirecting...</title>
6
+ <script type="text/javascript">
7
+ // JavaScript fallback for redirection
8
+ window.location.href = "https://synteraction.org";
9
+ </script>
10
</head>
11
<body>
- <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>
13
</body>
14
</html>
0 commit comments