Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app/views/main/error/show404.volt

11 lines
284 B
Text

{% 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>