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 %}{{ T('not-found') }} - {{ app_name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ T('not-found') }}</h1>
|
||||
<main class="error-page">
|
||||
<h1 id="firstHeading">{{ T('not-found') }}</h1>
|
||||
|
||||
<div class="inner-content">
|
||||
<p>{{ T('not-found-text-1') }} <strong>{{ request.path }}</strong> {{ T('not-found-text-2') }}.</p>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<p>{{ T('not-found-text-1') }} <strong>{{ request.path }}</strong> {{ T('not-found-text-2') }}.</p>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue