bethaus-app/templates/error.html
2025-03-16 19:54:47 +01:00

17 lines
497 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Keine Berechtigung</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<div class="container">
<h2>Keine Berechtigung</h2>
<div id="content">Bitte mit Link aus Telegram-Gruppe erneut anklicken.</div>
</div>
</body>
</html>