Feuerwehr-webseite/veranstaltungen.html

50 lines
1.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Veranstaltungen | Feuerwehr Stadt Wehlen</title>
<meta name="description" content="Feste und Veranstaltungen der Feuerwehr Stadt Wehlen." />
<script>window.FFW_BASE = "";</script>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="assets/style.css" />
<link rel="icon" type="image/gif" href="bilder/ffw_transp_72.gif" />
</head>
<body data-page="veranstaltungen">
<div id="site-header"></div>
<main>
<header class="gl-seitenkopf">
<div class="container">
<h1>Veranstaltungen</h1>
<p class="untertitel">Feste und Termine der Feuerwehr Stadt Wehlen herzlich willkommen!</p>
</div>
</header>
<section class="container py-5">
<h2 class="abschnitt-titel">Kommende Veranstaltungen</h2>
<p class="abschnitt-sub">Wir freuen uns auf Ihren Besuch</p>
<div id="veranstaltungen-liste"><p class="termin-beschr">Wird geladen …</p></div>
</section>
</main>
<div id="site-footer"></div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="data/dienste.js"></script>
<script src="assets/components.js"></script>
</body>
</html>