aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/templates/error.html
blob: 0c8161ef4b411e0315ee29b9e356b1df7b58d463 (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>
	traceID: {{.TraceID}}
	<br>
	{{.Error}}
	<br>
	<a href="javascript:history.back()">back</a>
</body>
</html>