rDrama/files/templates/errors/429.html

21 lines
530 B
HTML
Raw Normal View History

2021-10-15 14:08:27 +00:00
{% extends "default.html" %}
{% block title %}
<title>429 Too Many Requests</title>
{% endblock %}
{% block pagetype %}error-429{% endblock %}
{% block content %}
2021-12-14 22:48:37 +00:00
<div class="row justify-content-center">
<div class="col-10 col-md-5">
<div class="text-center px-3 my-8">
2022-03-31 17:16:13 +00:00
<img alt=":#marseyrentfree:" loading="lazy" src="/e/marseyrentfree.webp">
2021-12-14 22:48:37 +00:00
<pre></pre>
2021-10-15 14:08:27 +00:00
<h1 class="h5">429 Too Many Requests</h1>
2021-12-14 22:48:37 +00:00
<p class="text-muted mb-5">go spam somewhere else nerd</p>
</div>
2021-10-15 14:08:27 +00:00
</div>
</div>
{% endblock %}