diff options
author | Joris | 2021-01-09 14:24:49 +0100 |
---|---|---|
committer | Joris | 2021-01-09 14:24:49 +0100 |
commit | 026ace6302f23837e34e982f6660e09ff38ee97b (patch) | |
tree | 4ea14b3cdadadad97b349901148b8f4a2462482e /public/dessert/fondant-au-chocolat.html | |
parent | 8337dd669c518a70bffdf1e91059e0968d786c0f (diff) |
Use plain HTML and CSS
Diffstat (limited to 'public/dessert/fondant-au-chocolat.html')
-rw-r--r-- | public/dessert/fondant-au-chocolat.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/public/dessert/fondant-au-chocolat.html b/public/dessert/fondant-au-chocolat.html new file mode 100644 index 0000000..3ce5de7 --- /dev/null +++ b/public/dessert/fondant-au-chocolat.html @@ -0,0 +1,35 @@ +<!doctype html> +<html lang="fr"> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width"> +<link rel="stylesheet" href="/main.css"> +<link rel="icon" href="/icon.png"> +<script src="/main.js"></script> + +<title>Recettes – Fondant au chocolat</title> +<header>Fondant au chocolat</header> + +<a href="/">← Retour à l’accueil</a> + +<h1>Ingrédients</h1> + +<ul> + <li><span class="number">125</span> g de chocolat noir</li> + <li><span class="number">125</span> g de beurre</li> + <li><span class="number">125</span> g de sucre semoule</li> + <li><span class="number">3</span> œufs</li> + <li><span class="number">1</span> cc de Maïzena</li> + <li>sel</li> +</ul> + +<h1>Recette</h1> + +<ol> + <li>Mettre à fondre le chocolat avec le beurre.</li> + <li>Mélanger les jaunes d’œufs et le sucre, puis y incorporer la Maïzena lorsque + le mélange devient mousseux.</li> + <li>Mélanger les deux préparations ensemble.</li> + <li>Battre les blancs en neige avec du sel, puis les incorporer doucement au + mélange.</li> + <li>Cuire à 180°C.</li> +</ol> |