mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-11-28 09:58:53 +03:00
11 lines
No EOL
314 B
Cheetah
11 lines
No EOL
314 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}}">contact an admin</a>
|
|
</section>
|
|
|
|
{{ template "footer.tmpl" .}} |