---
layout: error
title: "Error 404, Page Not Found"
---

<section class="container">
	<div class="nopage">
	    <h1 id="fourofour">404</h1>
		<h1>{% t error.title %}</h1>
		    <p><a href="{{ site.baseurl }}/index.html" class="btn-link btn-fixed" id="btn-404">{% t error.button %}</a></p>
	</div>
</section>