27 lines
504 B
HTML
27 lines
504 B
HTML
---
|
|
permalink: /404.html
|
|
layout: 404
|
|
---
|
|
|
|
<style type="text/css" media="screen">
|
|
.container {
|
|
margin: 10px auto;
|
|
max-width: 600px;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
margin: 30px 0;
|
|
font-size: 4em;
|
|
line-height: 1;
|
|
letter-spacing: -1px;
|
|
}
|
|
</style>
|
|
|
|
<section class="bg-dark text-white">
|
|
<div class="container">
|
|
<img src="img/404.png" alt="404 Tape">
|
|
|
|
<p><strong>Page not found :(</strong></p>
|
|
<p>The requested page could not be found.</p>
|
|
</div>
|
|
</section> |