monero-site/_layouts/error.html
erciccione dc2a0b118e
New 404 page
Removed the '404' folder with its content and created a new '404.html' file in the root directory, added some specific css and slighlty edited the 'error' layout.
2020-05-14 10:27:03 +02:00

14 lines
130 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
</body>
</html>