generated from coulomb/repo-seed
Prototype implementation
This commit is contained in:
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 %}
|
||||
Reference in New Issue
Block a user