aboutsummaryrefslogtreecommitdiff
path: root/template/404.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-11-09 23:46:27 +0100
committerMaZderMind2014-11-09 23:46:27 +0100
commit1ac82d89098b54cdbf3da66aac1b751cf46b56f0 (patch)
tree73529a46e6a654f91f606ebf918bbc81e29af79f /template/404.phtml
parent31954fe35c87a9c3d9c57b29080abe8da4428d5b (diff)
add a nice 404 page
Diffstat (limited to '')
-rw-r--r--template/404.phtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/404.phtml b/template/404.phtml
new file mode 100644
index 0000000..f69d6b6
--- /dev/null
+++ b/template/404.phtml
@@ -0,0 +1,6 @@
+<div class="container-fluid e404">
+ <h1>Today no <i>Sendung mit der Winkekatze</i> here.</h1>
+ <h2>404 Not Found</h2>
+
+ <img src="assets/img/missing-cat.png" alt="Die Sendung mit der Winkekatze" />
+</div>