Home | History | Annotate | Download | only in app
      1 <!doctype html>
      2 <html>
      3 <head>
      4 	{{template "head" .Header}}
      5 	<title>syzbot</title>
      6 </head>
      7 <body>
      8 	{{.Error}}
      9 	<br>
     10 	<a href="javascript:history.back()">back</a>
     11 </body>
     12 </html>
     13