12 lines
218 B
HTML
12 lines
218 B
HTML
|
---
|
||
|
permalink: 404.html
|
||
|
layout: default
|
||
|
title: "404"
|
||
|
id: "not-found"
|
||
|
---
|
||
|
|
||
|
<div>
|
||
|
<h1>Oops, that's a 404. 🙈</h1>
|
||
|
<p>Looks like this page doesn't exist. <a href="/">Return home</a> to get a fresh start.</p>
|
||
|
</div>
|