mirror of
https://github.com/tomfran/typo.git
synced 2025-04-25 21:19:55 +03:00
12 lines
170 B
HTML
12 lines
170 B
HTML
{{ define "main" }}
|
|
|
|
<div class="not-found">
|
|
|
|
<div>
|
|
<h1> typo? </h1>
|
|
<p> Click <a href="/">here</a> to return home </p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|