Add API Framework Revel Source Files
[iec.git] / src / foundation / api / revel / templates / errors / 405.html
diff --git a/src/foundation/api/revel/templates/errors/405.html b/src/foundation/api/revel/templates/errors/405.html
new file mode 100644 (file)
index 0000000..58f19bc
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+       <head>
+               <title>Method not allowed</title>
+       </head>
+       <body>
+       {{with .Error}}
+       <h1>
+               {{.Title}}
+       </h1>
+       <p>
+               {{.Description}}
+       </p>
+       {{end}}
+       </body>
+</html>