aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/templates/custom_content.html
blob: 49f1b4fe6f132b0cf9f06efafa81b24988000d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{{/*
Copyright 2024 syzkaller project authors. All rights reserved.
Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
*/}}

<!doctype html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
	{{template "head" .Header}}
	<style>
		{{ .Style }}
	</style>
	<title>syzbot</title>
</head>
<body>
	{{template "header" .Header}}
	{{ .Body }}
</body>
{{ .JS }}
</html>