32 lines
520 B
HTML
Raw Normal View History

2021-01-13 18:58:23 -05:00
---
permalink: /404.html
layout: page
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
padding-top: 5em;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
#navigation {
display: none;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page Not Found :(</strong></p>
<p>The requested page could not be found.</p>
<p> Go back <a href="/"> Home </a> </p>
</div>