Skip to content

Commit b0f6515

Browse files
HIP-RA redirect to new URL
1 parent 05bafad commit b0f6515

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hip-ra/index.html

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

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

0 commit comments

Comments
 (0)