tale/_pages/404.html

16 lines
349 B
HTML
Raw Normal View History

2020-03-17 04:49:12 +00:00
---
layout: default
title: "404"
2020-09-16 05:47:11 +00:00
permalink: /404.html
2020-03-17 04:49:12 +00:00
---
2020-09-16 05:02:00 +00:00
2020-03-17 04:49:12 +00:00
<div class="notfound">
2020-09-16 05:02:00 +00:00
<h1 class="notfound-error">404: Page not found</h1>
<div class="notfound-line"></div>
<p class="notfound-message">
Oops! We can't seem to find the page you are looking for. Let's
<a href="{{ site.baseurl }}/">head back home</a>.
</p>
<p></p>
</div>