diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-08-17 11:36:55 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-08-17 11:36:55 +0200 |
commit | 1229bb6a838e96eb52be7aa1cac8d692746bc783 (patch) | |
tree | 20a337622a62e43f9ac4baf6d609de5d3891cb84 /templates/not_found.production.html.ep | |
parent | 97d10a54426d2df2de1c765948989dfc88a316eb (diff) |
convert to bulma css framework
Diffstat (limited to 'templates/not_found.production.html.ep')
-rw-r--r-- | templates/not_found.production.html.ep | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/not_found.production.html.ep b/templates/not_found.production.html.ep deleted file mode 100644 index b96e46e..0000000 --- a/templates/not_found.production.html.ep +++ /dev/null @@ -1,16 +0,0 @@ -<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> |