Prototype implementation
This commit is contained in:
parent
315143a6fc
commit
14b0bc6d01
160 changed files with 5731 additions and 42 deletions
10
vergabe_teilnahme/templates/errors/404.html
Normal file
10
vergabe_teilnahme/templates/errors/404.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}Seite nicht gefunden{% endblock %}
|
||||
{% block content %}
|
||||
<div class="card text-center py-16">
|
||||
<p class="text-6xl font-bold text-slate-200 mb-4">404</p>
|
||||
<h1 class="page-title mb-2">Seite nicht gefunden</h1>
|
||||
<p class="text-slate-500 mb-6">Die angeforderte Seite existiert nicht oder wurde verschoben.</p>
|
||||
<a href="/" class="btn-primary">Zur Übersicht</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue