-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrecipes.html
executable file
·42 lines (36 loc) · 1.64 KB
/
recipes.html
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
36
37
38
39
40
41
42
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Recipes</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Recipes</h1>
<p>Links to recipes for foods that <a href="http://danielfilan.com">I</a> like.</p>
</header>
<section>
<h3>
<a id="list-of-recipes" class="anchor" href="#list-of-recipes" aria-hidden="true"><span class="octicon octicon-link"></span></a>List of recipes</h3>
<p>Here is a list of recipes of meals that I particularly enjoy, in no particular order:</p>
<ul>
<li><a href="http://danielfilan.com/recipes/peanut_butter_soup">Peanut butter soup</a></li>
<li><a href="http://danielfilan.com/recipes/mushroom_lentil_meatballs">Mushroom and lentil meatballs</a></li>
<li><a href="http://danielfilan.com/recipes/sweet_potato_kale_patties">Sweet potato and kale patties with spicy chickpea sauce</a></li>
<li><a href="http://danielfilan.com/recipes/bean_burger">Bean burger</a></li>
<li><a href="http://danielfilan.com/recipes/dahl">Vegetable dahl</a></li>
<li><a href="http://danielfilan.com/recipes/stirfry">Tofu stirfry</a></li>
<li><a href="http://danielfilan.com/recipes/quick_bean_soup">Quick bean soup</a></li>
</ul>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>