trihub-ernaehrung-backseatDevs/angebotsuebersicht.html

20 lines
694 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ernährungs-Pakete – Tri-Hub</title>
</head>
<body>
<header class="container"><a href="/">Zur Startseite</a></header>
<main class="packages-section" id="angebotsuebersicht-section">
<div class="packages-header"><h1>Unsere Ernährungs-Pakete</h1></div>
<div class="packages-container" id="packages-container"></div>
</main>
<script
type="module"
src="/src/features/angebote/angebote-entry.js"
></script>
</body>
</html>