hugo-coder-fork/layouts/partials/404.html

8 lines
238 B
HTML
Raw Normal View History

2018-03-01 01:38:59 +00:00
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to <a href="{{ .Site.BaseURL }}">homepage</a>.</p>
</div>
</section>