CSS + HTML change
This commit is contained in:
parent
acf918f656
commit
14e69ac291
20 changed files with 292 additions and 248 deletions
|
|
@ -3,9 +3,11 @@
|
|||
{% block title %}Bad Request - {{ app_name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Bad request</h1>
|
||||
<main class="error-page">
|
||||
<h1 id="firstHeading">Bad request</h1>
|
||||
|
||||
<div class="inner-content">
|
||||
<p>You sent a request the server can’t understand. If you entered the URL manually please check your spelling and try again.</p>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<p>You sent a request the server can’t understand. If you entered the URL manually please check your spelling and try again.</p>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue