Skip to content

Commit

Permalink
GEOPHIRES redirect to new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Apr 22, 2024
1 parent b0f6515 commit 08ebba7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions geophires/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>GEOPHIRES</title>

<script type="text/javascript">
if (location.search.indexOf('noredirect=true') === -1) {
let redirect = atob("aHR0cHM6Ly9zY2llbnRpZmljd2Vic2VydmljZXMuY29tL3Rvb2xzL2dlb3BoaXJlcy8=")
if (location.hash) {
redirect += location.hash
}
location.href = redirect
}
</script>


<!-- From >https://polyfill.io/v3/polyfill.min.js?features=default -->
<script src="../lib/polyfill.min.js"></script>

Expand Down

0 comments on commit 08ebba7

Please sign in to comment.