Archived
1
0
Fork 0

app/views/error/error.volt: adding a funny message.

This commit is contained in:
Henrik Hautakoski 2018-06-13 21:58:21 +02:00
parent e9c6d1c863
commit a68b5bc4aa

View file

@ -1,2 +1,8 @@
<h1>Error</h1>
<span class="text-center">
<h1>An Error Occurred!</h1>
<p>The server freaked out while computing the bits. Try again later.</p>
<p>If the problem persist, contact <a href="mailto:henrik.hautakoski@gmail.com">this guy</a></p>
</span>