blob: aec5f52e19e12e0e4223b289ed1c982867800445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<head>
<title>Syzkaller Dashboard</title>
<link rel="stylesheet" href="/static/style.css"/>
</head>
<body>
{{.}}
<br>
<a href="javascript:history.back()">back</a>
</body>
</html>
|