mirror of
https://github.com/zopiya/blog.git
synced 2025-11-03 20:16:47 +08:00
13 lines
170 B
HTML
13 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 }}
|