47 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Geschichte | Feuerwehr Stadt Wehlen</title>
<meta name="description" content="Die Geschichte der Freiwilligen Feuerwehr Stadt Wehlen seit 1865." />
<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/grau.css" />
</head>
<body data-page="geschichte">
<div id="site-header"></div>
<main>
<header class="gl-seitenkopf">
<div class="container">
<h1>Unsere Geschichte</h1>
<p class="untertitel">Von der Pflichtfeuerwehr 1865 bis zur modernen Freiwilligen Feuerwehr</p>
</div>
</header>
<section class="container py-5" style="max-width: 900px;">
<div id="geschichte-inhalt"></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="../shared/geschichte.js"></script>
<script src="assets/components.js"></script>
</body>
</html>