mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
12 lines
No EOL
295 B
HTML
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> |