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

Khosrow Moossavi
18.55.2018 fe847fb1528b1d20253107b935e4e24405537193
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>