diff options
author | Raphael <mail@raphaelkabo.com> | 2024-02-27 17:19:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 17:19:36 +0000 |
commit | ec0bf2d6a9e74fd68febe9c09ba1997858ec3d7f (patch) | |
tree | 79ad5176790f20dd13610cda2ba72ba066ea64be /views/404.handlebars | |
parent | de688444d167fdb80c6e88b8ba837405ba7651a6 (diff) | |
parent | d607db902d801a9d84ea0075ff7f450be7875c49 (diff) |
Merge pull request #136 from lowercasename/rk/layout-tweaks
Layout tweaks and little fixes
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 |