structables/templates/429.html

9 lines
171 B
HTML
Raw Normal View History

{% extends "base.html" %}
2023-06-01 21:25:13 +00:00
{% block content %}
2023-06-01 21:25:13 +00:00
{% include "header.html" %}
<center>
<h1>429</h1>
2023-06-01 21:25:13 +00:00
<p>This instance is being rate-limited</p>
</center>
{% endblock %}