mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 03:29:35 +00:00
plowsof
8f9d118def
- 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>
4 lines
91 B
HTML
4 lines
91 B
HTML
{% extends "main.html" %}
|
|
{% block content %}
|
|
<h1>401 - Unauthorized</h1>
|
|
{% endblock %}
|