reachableceo.com/themes/JuiceBar/layouts/404.html

6 lines
137 B
HTML
Raw Normal View History

2024-11-01 18:09:39 +00:00
{{ define "main" }}
<div class="container">
<p>Page not found</p>
<p><a href="/">Go to Home Page</a></p>
</div>
{{ end }}