diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-27 09:12:29 +0100 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-27 09:12:29 +0100 | 
| commit | 6d374b13854d0f60928e826b9873b1d74143ff96 (patch) | |
| tree | a72fe69c2d12ac45f5b2c0432167e58125b58b6f /views/404.handlebars | |
| parent | 288da5ed24640b1aa4d2477d67d87356a89d6e6b (diff) | |
Tweak 404 page text
Diffstat (limited to 'views/404.handlebars')
| -rwxr-xr-x | views/404.handlebars | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/views/404.handlebars b/views/404.handlebars index 69066db..ec8fcb5 100755 --- a/views/404.handlebars +++ b/views/404.handlebars @@ -1,7 +1,4 @@  <main class="page"> -    <h1>404</h1> - -    <p>Event not found!</p> - -    <p>It may have never existed, or if it finished more than a week ago, it's been removed from the server. Don't despair - why not create a new one? I for one would love to come to your ocarina recital.</p> -</main>
\ No newline at end of file +    <h1>404 - Event not found</h1> +    <p>It may have never existed, or it's been removed from the server. Don't despair - why not create a new one? I for one would love to come to your ocarina recital.</p> +</main>  | 
