Initial commit - Help Service for Coolify
This commit is contained in:
24
templates/intern/404.html
Normal file
24
templates/intern/404.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{% extends "intern/base.html" %}
|
||||
|
||||
{% block title %}Nicht gefunden{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container-fluid">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-6">
|
||||
<div class="card text-center">
|
||||
<div class="card-body py-5">
|
||||
<i class="bi bi-exclamation-triangle text-danger display-1 mb-4"></i>
|
||||
<h2>Seite nicht gefunden</h2>
|
||||
<p class="text-muted">
|
||||
Das Thema <code>{{ topic_id }}</code> existiert nicht.
|
||||
</p>
|
||||
<a href="/intern/" class="btn btn-danger">
|
||||
<i class="bi bi-arrow-left me-2"></i>Zurueck zur Uebersicht
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user