Add basic 404 handling
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package views
|
||||
|
||||
templ NotFound() {
|
||||
<div class="container not-found">
|
||||
<h1>404</h1>
|
||||
<p>Comfychan couldn’t find that page.</p>
|
||||
<img src="/static/media/comfy-404.png" alt="404 mascot"/>
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user