diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 17:11:19 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-27 17:11:19 +0000 |
commit | 54d6a826d071e8697dcbaf56e92f72e2076d91fb (patch) | |
tree | daedb0d7050a31ccc6a1b59660dafc0f3ff9bc32 /views/404.handlebars | |
parent | 91fc14cffcc1d81c02cea272a9eca1d5172f56ba (diff) |
refactor: new layout and styling tweaks
Diffstat (limited to 'views/404.handlebars')
-rwxr-xr-x | views/404.handlebars | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/views/404.handlebars b/views/404.handlebars index 832f81a..69066db 100755 --- a/views/404.handlebars +++ b/views/404.handlebars @@ -1,5 +1,7 @@ -<h1>404</h1> +<main class="page"> + <h1>404</h1> -<p>Event not found!</p> + <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> + <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 |