Files
Luiz F. A. de Prá 4db982bb01 Initial files
2018-02-28 22:38:59 -03:00

8 lines
238 B
HTML

<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>