This commit is contained in:
2026-06-30 20:13:20 +00:00
parent dd61780cca
commit 6a1182f9ab
4 changed files with 278 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="de">
<head>
<%- include('partials/head') %>
</head>
<body class="auth-body">
<main class="auth-card">
<div class="auth-card__mark" aria-hidden="true"></div>
<h1 class="auth-card__title"><%= title %></h1>
<p class="auth-card__subtitle"><%= message %></p>
<a href="/" class="button button--primary button--block">Zur Übersicht</a>
</main>
</body>
</html>