TextSummarization / templates /bad_request.html
asFrants's picture
add templates, images, static files
8311f5b
raw
history blame
No virus
356 Bytes
{% 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 %}