mirror of https://github.com/luizdepra/hugo-coder.git

Maikel
01.59.2018 826fa2ee1840ffdf6f9ebd7f944dcfdf245e49e4
1
2
3
4
5
6
7
<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>