Files
2026-06-30 20:13:20 +00:00

15 lines
404 B
Plaintext

<!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>