structables/templates/400.html

9 lines
133 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
<center>
<h1>400</h1>
2023-06-01 21:25:13 +00:00
<p>The request was malformed</p>
</center>
{% endblock %}