Skip to content

Commit

Permalink
HIP-RA 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 05bafad commit b0f6515
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hip-ra/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
<link rel="icon" type="image/x-icon" href="../favicon.ico">
<title>HIP-RA</title>

<script type="text/javascript">
if (location.search.indexOf('noredirect=true') === -1) {
let redirect = atob("aHR0cHM6Ly9zY2llbnRpZmljd2Vic2VydmljZXMuY29tL3Rvb2xzL2hpcC1yYS8=")
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 b0f6515

Please sign in to comment.