skia2/tools/bug_chomper/templates/error.html
2014-05-13 18:03:45 +00:00

13 lines
277 B
HTML

<html>
<head>
<title>Error {{.Code}}: {{.CodeString}}</title>
<link rel="stylesheet" type="text/css" href="res/style.css" />
<link rel="icon" type="image/ico" href="res/favicon.ico" />
</head>
<body>
<h1>Error {{.Code}}: {{.CodeString}}</h1>
{{.Message}}
<br/>
</body>
</html>