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 7c90057 commit 29448c3Copy full SHA for 29448c3
ether-dex/index.html
@@ -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