diff options
Diffstat (limited to 'public/dessert/chocolat-cacahuete.html')
-rw-r--r-- | public/dessert/chocolat-cacahuete.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/public/dessert/chocolat-cacahuete.html b/public/dessert/chocolat-cacahuete.html new file mode 100644 index 0000000..2809505 --- /dev/null +++ b/public/dessert/chocolat-cacahuete.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 – Chocolat cacahuète</title> +<header>Chocolat cacahuète</header> + +<a href="/">← Retour à l’accueil</a> + +<h1>Ingrédients</h1> + +<ul> + <li>peanut butter</li> + <li>frozen mix of berries (blueberry, blackberry, strawberry etc)</li> + <li>coconut flakes</li> + <li>99% chocolate</li> + <li>butter</li> + <li>stevia</li> +</ul> + +<h1>Recette</h1> + +<p>In a glass:</p> + +<ol> + <li>Add ~2tbps of peanut butter (100%, organic)</li> + <li>Add a bit of melted butter to it, to make it more creamy</li> + <li>Add a few tablespoons of berries and coconut flakes and stevia (you can experiment with the proportions)</li> + <li>Crush/mix this stuff together</li> + <li>Melt a couple of pieces of chocolate in butter, also add stevia to this and pour it over the mixture</li> +</ol> |