monero-site/404.html
2020-10-12 09:31:41 +01:00

12 lines
No EOL
295 B
HTML

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