mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
12 lines
313 B
HTML
12 lines
313 B
HTML
|
---
|
||
|
layout: error
|
||
|
title: "Error 404, Page Not Found"
|
||
|
---
|
||
|
|
||
|
<section class="container">
|
||
|
<div class="nopage">
|
||
|
<h1 id="fourofour">404</h1>
|
||
|
<h1>Page not found (perhaps it values privacy)</h1>
|
||
|
<p><a href="{{ site.baseurl }}/index.html" class="btn-link btn-fixed">To the Homepage</a></p>
|
||
|
</div>
|
||
|
</section>
|