Chromium Code Reviews| Index: tools/bug_chomper/templates/submitted.html |
| diff --git a/tools/bug_chomper/templates/submitted.html b/tools/bug_chomper/templates/submitted.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..aa10b8bbc72c75f4325fbd8288bea592d19a1373 |
| --- /dev/null |
| +++ b/tools/bug_chomper/templates/submitted.html |
| @@ -0,0 +1,13 @@ |
| +<html> |
| +<head> |
| +<title>{{ .Title }}</title> |
| +<link rel="stylesheet" type="text/css" href="res/style.css" /> |
| +<link rel="icon" type="image/ico" href="res/favicon.ico" /> |
| +</head> |
| +<body> |
| +<h1>{{ .Title }}</h1> |
| +{{ .Message }} |
| +<br/> |
| +<a href="{{ .BackLink }}">Go back</a> |
| +</body> |
| +</html> |