aboutsummaryrefslogtreecommitdiff
path: root/templates/404.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.tpl')
-rw-r--r--templates/404.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/404.tpl b/templates/404.tpl
new file mode 100644
index 0000000..e87ed60
--- /dev/null
+++ b/templates/404.tpl
@@ -0,0 +1,10 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <title>Not Found</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 </head>
7 <body>
8 <h1>Requested Resource Not Found</h1>
9 </body>
10</html>