Sign in
bazel
/
bazel
/
1d7108814e9f1fd68dbbb92325779b4d5e4d0a91
/
.
/
site
/
_layouts
/
regular-redirect.html
blob: 24181436777c923c702bd64f064a7a2a7740dcf4 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
window
.
location
.
replace
(
"{{ page.redirect }}"
+
window
.
location
.
hash
);
</script>
</head>
</html>