summaryrefslogtreecommitdiff
path: root/rezepte/abendessen/gegrillter_fisch_mit_kartoffeln_und_spargel/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'rezepte/abendessen/gegrillter_fisch_mit_kartoffeln_und_spargel/index.html')
-rwxr-xr-xrezepte/abendessen/gegrillter_fisch_mit_kartoffeln_und_spargel/index.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/rezepte/abendessen/gegrillter_fisch_mit_kartoffeln_und_spargel/index.html b/rezepte/abendessen/gegrillter_fisch_mit_kartoffeln_und_spargel/index.html
new file mode 100755
index 0000000..ae27fc8
--- /dev/null
+++ b/rezepte/abendessen/gegrillter_fisch_mit_kartoffeln_und_spargel/index.html
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html lang="de">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Gegrillter Fisch mit Kartoffeln und Spargel</title>
+ <link rel="icon" type="image/x-icon" href="/style/avocado.png">
+ <link rel="stylesheet" type="text/css" href="/style/style.css">
+</head>
+<body>
+
+<nav class="medium_box">
+ <ul class="hor_spacing">
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/login">Login</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/kalorien_rechner">Kalorien-rechner</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/kalorien_zaehler">Kalorien-zähler</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box tertiary_color_style" href="/rezepte">Rezepte</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/workouts">Workouts</a>
+ </li>
+ </ul>
+</nav>
+
+<main class="big_box">
+ <h1>Gegrillter Fisch mit Kartoffeln und Spargel</h1>
+ <img class="medium_box" style="width: 300px; padding: 0; float: left" src="./rezept.png">
+ <div class="medium_box" style="float: right; text-align: left; width: calc(100% - 310px)">
+ <h2>Zutaten:</h2>
+ <ul>
+ <li><p>2 Fischfilets (z.B. Lachs, Kabeljau)</p></li>
+ <li><p>2 Kartoffeln</p></li>
+ <li><p>500g Spargel</p></li>
+ <li><p>Olivenöl</p></li>
+ <li><p>Salz und Pfeffer</p></li>
+ </ul>
+ <h2>Zubereitung:</h2>
+ <ol>
+ <li><p>Kartoffeln schälen und in Scheiben schneiden.</p></li>
+ <li><p>Spargel waschen und die Enden abschneiden.</p></li>
+ <li><p>Fischfilets mit Olivenöl, Salz und Pfeffer würzen.</p></li>
+ <li><p>Kartoffeln, Spargel und Fisch auf den Grill legen und garen, bis alles gar ist.</p></li>
+ </ol>
+ </div>
+</main> \ No newline at end of file