This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/404.html
Las Zenow 6a3da59c75 Port the web to bootstrap5
So it is responsive in phones.
2021-05-01 11:08:35 +00:00

12 lines
210 B
HTML

{{template "header.html" .S}}
<div class="row justify-content-center">
<div class="col-sm-10">
<h4>Page not found</h4>
<p>
The requested page don't exist.
</p>
</div>
</div>
{{template "footer.html" .S}}