8 lines
260 B
HTML
8 lines
260 B
HTML
{{ define "main" }}
|
|
<section class="http-page">
|
|
<header class="http-header">
|
|
<h1 title="404" class="http-status">4📀4</h1>
|
|
</header>
|
|
<p class="color:deemphasize">The page you were looking for could not be found</p>
|
|
</section>
|
|
{{ end }}
|