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/chocolat-cacahuete.html | |
parent | 8337dd669c518a70bffdf1e91059e0968d786c0f (diff) |
Use plain HTML and CSS
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> |