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