13 lines
290 B
HTML
13 lines
290 B
HTML
{{ define "main" }}
|
|
<main>
|
|
<div class="content">
|
|
<h1>404</h1>
|
|
<p>This is a dead link. Whatever was here, it's gone now.</p>
|
|
<p>
|
|
<a href="{{ .Site.BaseURL }}">Let's pretend this never happened</a
|
|
>.
|
|
</p>
|
|
</div>
|
|
</main>
|
|
{{ end }}
|