Spaces:
Running
Running
{% extends "components/_base.html" %} | |
{% block page_content %} | |
<title> Bad Request </title> | |
<meta name="description" content=""> | |
<!-- <h1>Sorry, your request not allowed</h1> --> | |
<section class="bg-dark text-white pt-4 pb-5"> | |
<div class="justify-content-center"> | |
<h1 class="text-primary">Bad Request</h1> | |
</div> | |
</section> | |
{% endblock %} | |