diff options
author | Your Name <you@example.com> | 2019-06-17 21:09:12 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2019-06-17 21:09:12 +0200 |
commit | 537338ab2a5cc96091720465b8fb40d75ecefd00 (patch) | |
tree | d781aeb00530d58bfd715d1b69f99d7a824cb6a2 /recipes/index.html | |
parent | b820bd78cadb5af9fde4ea1e0ff7a99564e2cd46 (diff) | |
download | hacklab.brussels-537338ab2a5cc96091720465b8fb40d75ecefd00.tar.gz |
using hugo for site-generator now
Diffstat (limited to 'recipes/index.html')
-rw-r--r-- | recipes/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes/index.html b/recipes/index.html new file mode 100644 index 0000000..0dcdc2d --- /dev/null +++ b/recipes/index.html @@ -0,0 +1,33 @@ +<html lang="en" dir="ltr"> + <head> + <meta charset="utf-8"> + <link rel="stylesheet" href="hacklabxl.css"> + <title>hcklabxl : recipes</title> + </head> + <body> + + <h1>hcklabxl : recipes</h1> + + <hr> + +<ul> +<li>cacik (yoghurt,cucumber,garlic,salt)</li> +<li>camomille/anis/miel aux fleurs</li> +<li>the jasmin - gingembre</li> +<li>pain (yeast,warm water ; flour; bake in ‘dutch oven’)</li> +<li>frites sauce aioli crevettes royales</li> +<li>soupe au cresson</li> +<li>poireaux sauce romesco</li> +<li>soupe cornichons (aka. augurkova)</li> +<li>chopska salata</li> +<li>borstsch</li> +<li>gnocchi butter/sauge (di veneto) or pommodoro (veronese)</li> +</ul> + +<hr> + +<div class="bouche">OGORKOWA</div> + + + </body> +</html> |