fyp/views/404.html
2023-09-18 00:26:42 +01:00

16 lines
339 B
HTML

{{ define "mainbody" }}
<div class="page404">
<div>
<h1>
404
</h1>
<h2>
Page Not found
</h2>
<div class="description">
The page you were looking for does not exist
</div>
</div>
</div>
{{ end }}