diff options
author | MaZderMind | 2014-11-09 23:46:27 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-09 23:46:27 +0100 |
commit | 1ac82d89098b54cdbf3da66aac1b751cf46b56f0 (patch) | |
tree | 73529a46e6a654f91f606ebf918bbc81e29af79f /template | |
parent | 31954fe35c87a9c3d9c57b29080abe8da4428d5b (diff) |
add a nice 404 page
Diffstat (limited to 'template')
-rw-r--r-- | template/404.phtml | 6 |
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> |