blob: 79849ebda5b8c502fad4e652991d42cdfa62e2b2 [file] [log] [blame]
<!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>