Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: tools/bug_chomper/templates/error.html

Issue 274693002: BugChomper utility - rewrite in Go (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Line breaks and "go fmt" one more time Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/bug_chomper/templates/bug_chomper.html ('k') | tools/bug_chomper/templates/submitted.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « tools/bug_chomper/templates/bug_chomper.html ('k') | tools/bug_chomper/templates/submitted.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698