We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2387455 commit 19775d0Copy full SHA for 19775d0
amisdex/AmisDex-ui.html
@@ -1 +1,14 @@
1
-redirect to AmisDex
+<!DOCTYPE html>
2
+<html lang="en-US">
3
+<meta charset="utf-8">
4
+<title>Redirecting to Amis-Delta</title>
5
+<link rel="canonical" href="https://amis-delta.github.io/amisdelta/site">
6
+<meta http-equiv="refresh" content="0; url=https://amis-delta.github.io/amisdelta/site">
7
+<h1>Redirecting to Amis-Delta...</h1>
8
+<a href="https://amis-delta.github.io/amisdelta/site">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://amis-delta.github.io/amisdelta/site" + (q + location.search + h + location.hash));
13
+</script>
14
+</html>
0 commit comments