Skip to content

Commit 29448c3

Browse files
authored
Create index.html
1 parent 7c90057 commit 29448c3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ether-dex/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<meta charset="utf-8">
4+
<title>Redirecting to edx</title>
5+
<link rel="canonical" href="https://ether-dex.github.io/edx">
6+
<meta http-equiv="refresh" content="0; url=https://ether-dex.github.io/edx">
7+
<h1>Redirecting to Amis-Delta...</h1>
8+
<a href="https://ether-dex.github.io/smartdex">Click here if you are not redirected.</a>
9+
<script>
10+
q = (location.search && !location.search.indexOf('?')) ? '' : '';
11+
h = (location.hash && !location.hash.indexOf('#')) ? '' : '';
12+
location.replace("https://ether-dex.github.io/edx" + (q + location.search + h + location.hash));
13+
</script>
14+
</html>

0 commit comments

Comments
 (0)