Skip to content

Commit 19775d0

Browse files
authored
Update AmisDex-ui.html
1 parent 2387455 commit 19775d0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

amisdex/AmisDex-ui.html

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
redirect to AmisDex
1+
<!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

Comments
 (0)