website/themes/hugo-coder/layouts/partials/404.html
Abijeet dfb04085fb The new website with link to my resume.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-05-13 22:04:36 +05:30

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>