app/views/error/show404.volt: adding some weird message.
This commit is contained in:
parent
f82382fdaa
commit
e9c6d1c863
2 changed files with 15 additions and 3 deletions
|
|
@ -1,4 +1,11 @@
|
|||
|
||||
<div class="text-center">
|
||||
<h1>404 not found</h1>
|
||||
</div>
|
||||
{% set google_url = "http://google.com?q=" ~ url | escape %}
|
||||
|
||||
<span class="text-center">
|
||||
<h1>404 Not Found</h1>
|
||||
<p>
|
||||
This page does not exist! You can search for it on
|
||||
<a target="_blank" href="{{ google_url }}">google</a>
|
||||
if you want.
|
||||
</p>
|
||||
</span>
|
||||
|
|
|
|||
Reference in a new issue