10 lines
200 B
Templ
10 lines
200 B
Templ
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>
|
||
}
|