29 lines
497 B
HTML
29 lines
497 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Ernährungsberater</title>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Leistungsübersicht Vincent-->
|
|
<section>
|
|
|
|
</section>
|
|
<!-- Berater & Qualifikationen Ahmad -->
|
|
<section>
|
|
|
|
</section>
|
|
<!-- Info über Beratung Dennis-->
|
|
<section>
|
|
|
|
</section>
|
|
<!-- Produktsübersicht Shahnam -->
|
|
<section>
|
|
|
|
</section>
|
|
</body>
|
|
|
|
</html> |