mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
cf19aaf0df
* Fix a little bug in the contact href on 404
11 lines
317 B
Cheetah
11 lines
317 B
Cheetah
{{ 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" .}} |