14 lines
412 B
HTML
14 lines
412 B
HTML
---
|
|
layout: default
|
|
title: 404 - Page not found!
|
|
permalink: /404.html
|
|
---
|
|
<article class="post">
|
|
<header class="post-header wrapper">
|
|
<h2 class="post-title">404 - Page not found!</h2>
|
|
</header>
|
|
<section class="post-content wrapper">
|
|
<p>Looks like you've followed a broken link or entered a URL that doesn't exist on this site.</p>
|
|
<p><a href="/">Back to my Site</a></p>
|
|
</section>
|
|
</article>
|