blob: 8d1c9e89749bd3d84d971a44b122bea9373c9ec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>frozen mix of berries (blueberry, blackberry, strawberry etc)
<li>coconut flakes
<li>99% chocolate
<li>butter
<li>stevia
</ul>
<h1>Recette</h1>
<p>In a glass:</p>
<ol>
<li>Add ~2tbps of peanut butter (100%, organic)
<li>Add a bit of melted butter to it, to make it more creamy
<li>Add a few tablespoons of berries and coconut flakes and stevia (you can experiment with the proportions)
<li>Crush/mix this stuff together
<li>Melt a couple of pieces of chocolate in butter, also add stevia to this and pour it over the mixture
</ol>
|