blob: 633ed65cf20cbf73ceb8773687d10cef190b9aff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{{ template "header.tmpl" .}}
<aside class="left logo">
<img src="/assets/sloth.png" alt="Clipart styled sloth logo">
</aside>
<section>
<h1>404: Page Not Found</h1>
If you believe this was an error, you can <a href="{{.instance.ContactAccount.URL}}">contact an admin</a>
</section>
{{ template "footer.tmpl" .}}
|