monero-site/404.html

12 lines
308 B
HTML
Raw Permalink Normal View History

---
layout: error
title: "Error 404, Page Not Found"
---
<section class="container">
<div class="nopage">
<h1 id="fourofour">404</h1>
2020-10-12 08:31:41 +00:00
<h1>{% t error.title %}</h1>
<p><a href="{{ site.baseurl }}/index.html" class="btn-link btn-fixed" id="btn-404">{% t error.button %}</a></p>
</div>
</section>