diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-13 21:34:03 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-13 21:34:03 +0100 |
commit | 8ee2d7149baa58ea225cb40e0f95030ee21f1081 (patch) | |
tree | 11d2bd52f36d3d566f9abcb30654b9bd78e56422 /templates/not_found.production.html.ep | |
parent | 6441b5ad6657873fcd8f3695515fa6ef3bc4e6f5 (diff) |
Split up Helper plugin and added Views instead
Diffstat (limited to 'templates/not_found.production.html.ep')
-rw-r--r-- | templates/not_found.production.html.ep | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/not_found.production.html.ep b/templates/not_found.production.html.ep new file mode 100644 index 0000000..b96e46e --- /dev/null +++ b/templates/not_found.production.html.ep @@ -0,0 +1,16 @@ +<html> + + <head> + <title>Not Found</title> + </head> + + <body> + <p class=center> + Not the page you are looking for. + </p> + <p class=center> + Go back or go to the <%= link_to 'start page' => 'login' %>. + </p> + </body> + +</html> |