monero-docs/404.html
plowsof 8f9d118def Improvements/Updates
- add default material theme config options
- add privacy + tables plugin
- add i18n plugin + locales
- replace 404.html with template
- add favicon

- change repo/site links to monero-project/getmonero
Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>
2024-08-02 20:36:08 +01:00

4 lines
91 B
HTML

{% extends "main.html" %}
{% block content %}
<h1>401 - Unauthorized</h1>
{% endblock %}