31 lines
877 B
HTML
31 lines
877 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>
|
|
<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=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- US-01-02 Leistungsübersicht -->
|
|
|
|
<section id="leistungen" class="pakete">
|
|
<div class="pakete__intro">
|
|
<h2 class="pakete__titel"></h2>
|
|
<p class="pakete__text"></p>
|
|
</div>
|
|
|
|
<div class="pakete__grid"></div>
|
|
</section>
|
|
<script src="js/script.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|