rmc_website/404.html
2023-11-09 00:03:19 -05:00

14 lines
265 B
HTML
Executable File

---
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>