49 lines
1.6 KiB
HTML
49 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<meta property="og:title" content="Gottesdienste Speyer und Schwegenheim" />
|
|
<meta property="og:description" content="... uns aber, die wir gerettet werden, ist es eine Gotteskraft." />
|
|
<meta property="og:image" content="https://app.bethaus-speyer.de/static/icons/logo-300x300.png" />
|
|
<meta property="og:url" content="https://app.bethaus-speyer.de" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<title>Gottesdienste Speyer und Schwegenheim</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>
|
|
<style>
|
|
/* Header styles */
|
|
.site-header {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 10px 20px;
|
|
background-color: #9bbbff; /* Using the theme color */
|
|
color: #000000;
|
|
}
|
|
.site-header img.logo {
|
|
height: 50px;
|
|
margin-right: 15px;
|
|
}
|
|
.site-header h1 {
|
|
font-size: 1.5em;
|
|
margin: 0;
|
|
}
|
|
.container {
|
|
padding: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<img src="https://app.bethaus-speyer.de/static/icons/logo-300x300.png" alt="Logo" class="logo">
|
|
<h1>Gottesdienste Speyer und Schwegenheim</h1>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<div id="content">Bitte den Link aus der Telegram-Gruppe erneut anklicken.</div>
|
|
</div>
|
|
</body>
|
|
</html>
|