Sign in
fuchsia
/
third_party
/
syzkaller
/
a11f6eb4e31a474c1d54e9ff9846227be88bb797
/
.
/
dashboard
/
app
/
forbidden.html
blob: 79849ebda5b8c502fad4e652991d42cdfa62e2b2 [
file
]
<!doctype html>
<html>
<head>
{{template "head" .Header}}
<title>
syzbot
</title>
</head>
<body>
{{if .Header.LoginLink}}
<script>
window
.
location
.
replace
(
"{{.Header.LoginLink}}"
);
</script>
{{else}}
403 Forbidden
{{end}}
</body>
</html>