13 lines
265 B
HTML
13 lines
265 B
HTML
---
|
|
title: Error 404
|
|
layout: noinclude
|
|
permalink: /404.html
|
|
---
|
|
|
|
{% include nav.html %}
|
|
<div class="text-center">
|
|
<h1>404</h1>
|
|
<h1>Not Found</h1>
|
|
<p><a href="javascript:window.history.back()">Previous page</a></p>
|
|
<p><a href="/">Home</a></p>
|
|
</div>
|