github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/dashboard/app/templates/custom_content.html (about)

     1  {{/*
     2  Copyright 2024 syzkaller project authors. All rights reserved.
     3  Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     4  */}}
     5  
     6  <!doctype html>
     7  <html>
     8  <head>
     9  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    10  	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    11  	{{template "head" .Header}}
    12  	<style>
    13  		{{ .Style }}
    14  	</style>
    15  	<title>syzbot</title>
    16  </head>
    17  <body>
    18  	{{template "header" .Header}}
    19  	{{ .Body }}
    20  </body>
    21  {{ .JS }}
    22  </html>