trihub-ernaehrung-backseatDevs/index.html

41 lines
1.3 KiB
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Individuelle 1:1-Ernährungsberatung für deinen Alltag und Sport."
/>
<title>1:1-Ernährungsberatung</title>
</head>
<body>
<header class="container">
<a href="/" aria-label="Startseite">Ernährungsberatung</a>
</header>
<main class="container">
<h1>Ernährung, die zu dir passt.</h1>
<p>
Individuelle 1:1-Beratung für deinen Alltag und deine
sportlichen Ziele.
</p>
<a href="/angebotsuebersicht.html">Beratung kennenlernen</a>
<section id="beratung" aria-labelledby="beratung-heading">
<h2 id="beratung-heading">Deine persönliche Beratung</h2>
<p>
Entdecke unsere Pakete für deine Ernährung im Alltag und
Sport.
</p>
</section>
</main>
<footer class="container">
<p>© <span id="year"></span> Ernährungsberatung</p>
</footer>
<script type="module" src="/src/main.js"></script>
</body>
</html>