aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/forbidden.html
blob: 79849ebda5b8c502fad4e652991d42cdfa62e2b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>