diff options
author | Jochen Topf <jochen@topf.org> | 2013-01-15 22:33:53 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2013-01-15 22:33:53 +0100 |
commit | f10f0d7e7e36ed7d621a45dfc1d24119e42fd4b9 (patch) | |
tree | f144f138711e79a9c87ef3d8220522d6e4d55977 /web/views | |
parent | e84891fb573895d555c90e25f7c377a87b54de27 (diff) | |
download | taginfo-f10f0d7e7e36ed7d621a45dfc1d24119e42fd4b9.tar taginfo-f10f0d7e7e36ed7d621a45dfc1d24119e42fd4b9.tar.gz |
Add 404 page
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/not_found.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/views/not_found.erb b/web/views/not_found.erb new file mode 100644 index 0000000..8820387 --- /dev/null +++ b/web/views/not_found.erb @@ -0,0 +1,4 @@ +<div class="box resize" style="text-align: center"> + <h1 class="section" style="font-size: 260%; margin: 40px 0;">404 <%= t.pages.not_found.title %></h1> + <%= t.pages.not_found.intro %> +</div> |