diff options
Diffstat (limited to 'templates/not_found.html.ep')
-rw-r--r-- | templates/not_found.html.ep | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep new file mode 100644 index 0000000..de0d533 --- /dev/null +++ b/templates/not_found.html.ep @@ -0,0 +1,10 @@ +<div class="row"> + <div class="col s12"> + <div class="card red darken-4"> + <div class="card-content white-text"> + <span class="card-title">404 Not Found</span> + <p>Diese Seite gibt es hier nicht.</p> + </div> + </div> + </div> +</div> |