Initials
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user