aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bug_chomper/templates/submitted.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bug_chomper/templates/submitted.html')
-rw-r--r--tools/bug_chomper/templates/submitted.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/bug_chomper/templates/submitted.html b/tools/bug_chomper/templates/submitted.html
deleted file mode 100644
index 2b09c238a8..0000000000
--- a/tools/bug_chomper/templates/submitted.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>