33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!doctype html>
|
||
<html lang="de" class="dark">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Paket-Details – Tri-Hub Ernährungsberatung</title>
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
<link
|
||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@600;700&display=swap"
|
||
rel="stylesheet"
|
||
/>
|
||
<link rel="stylesheet" href="/src/styles/packages.css" />
|
||
</head>
|
||
|
||
<body>
|
||
<header class="container">
|
||
<a href="angebotsuebersicht.html">← Zurück zur Angebotsübersicht</a>
|
||
</header>
|
||
|
||
<main class="packages-section">
|
||
<div id="package-detail-container" class="detail-page-container">
|
||
<!-- Wird dynamisch durch paket-details.js gefüllt -->
|
||
</div>
|
||
</main>
|
||
|
||
<script
|
||
type="module"
|
||
src="/src/features/angebote/paket-details.js"
|
||
></script>
|
||
</body>
|
||
</html>
|