mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
14 lines
265 B
HTML
14 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>
|