Chromium Code Reviews| Index: tools/bug_chomper/templates/error.html |
| diff --git a/tools/bug_chomper/templates/error.html b/tools/bug_chomper/templates/error.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1e8fcda4917f9c3295613c63da4c5be39ef5f52b |
| --- /dev/null |
| +++ b/tools/bug_chomper/templates/error.html |
| @@ -0,0 +1,12 @@ |
| +<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> |