Skip to content

Commit 08ebba7

Browse files
GEOPHIRES redirect to new URL
1 parent b0f6515 commit 08ebba7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

geophires/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
<link rel="icon" type="image/x-icon" href="favicon.ico">
1313
<title>GEOPHIRES</title>
1414

15+
<script type="text/javascript">
16+
if (location.search.indexOf('noredirect=true') === -1) {
17+
let redirect = atob("aHR0cHM6Ly9zY2llbnRpZmljd2Vic2VydmljZXMuY29tL3Rvb2xzL2dlb3BoaXJlcy8=")
18+
if (location.hash) {
19+
redirect += location.hash
20+
}
21+
location.href = redirect
22+
}
23+
</script>
24+
25+
1526
<!-- From >https://polyfill.io/v3/polyfill.min.js?features=default -->
1627
<script src="../lib/polyfill.min.js"></script>
1728

0 commit comments

Comments
 (0)