diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-10-29 12:13:04 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-10-29 12:13:04 +0100 |
commit | ee43823179ee627ac16ea9da8168e5f1bf9619c0 (patch) | |
tree | 5e6c36d5629d2ce79f3cb1310998dc715a6f19c7 /templates/not_found_.html.ep |
Initial commit; Stable version
Diffstat (limited to 'templates/not_found_.html.ep')
-rw-r--r-- | templates/not_found_.html.ep | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/not_found_.html.ep b/templates/not_found_.html.ep new file mode 100644 index 0000000..d1b353f --- /dev/null +++ b/templates/not_found_.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 <a href="<%= url_for 'noaction' %>">start page</a>. + </p> + </body> + +</html>
\ No newline at end of file |