Initial commit – AufmaßCreater v2.35
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<div class="columns is-centered mt-6">
|
||||
<div class="column is-half has-text-centered">
|
||||
<h1 class="title is-1" style="font-size:6rem;color:#2F5496;">404</h1>
|
||||
<p class="subtitle is-4">Seite nicht gefunden</p>
|
||||
<p class="has-text-grey mb-4">Die angeforderte Seite existiert nicht.</p>
|
||||
<a class="button is-primary" href="{{ url_for('admin.dashboard') }}">Zum Dashboard</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
@@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<div class="columns is-centered mt-6">
|
||||
<div class="column is-half has-text-centered">
|
||||
<h1 class="title is-1" style="font-size:6rem;color:#e74c3c;">500</h1>
|
||||
<p class="subtitle is-4">Interner Serverfehler</p>
|
||||
<p class="has-text-grey mb-4">Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es später erneut.</p>
|
||||
<a class="button is-primary" href="{{ url_for('admin.dashboard') }}">Zum Dashboard</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user