-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (40 loc) · 1.55 KB
/
index.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
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="css/reset.css"/>
<link rel="stylesheet" href="css/indexes.css"/>
<title>Recipe File   [August 5, 2018]</title>
</head>
<body>
<div class="oneColumn">
<h1 class="center">Recipe File   [August 5, 2018]</h1>
<ul class="mainPage">
<li><a href="./appetize/index.html">Appetizers, Salsa, & Dips</a></li>
<li><a href="./bread/index.html">Breads</a></li>
<li><a href="./burgers/index.html">Burgers and Sandwiches</a></li>
<li><a href="./dessert/index.html">Desserts</a></li>
<li><a href="./drinks/index.html">Drinks</a></li>
<li><a href="./main_a-h/index.html">Main Dishes: A → H</a></li>
<li><a href="./main_i-q/index.html">Main Dishes: I → Q</a></li>
<li><a href="./main_r-z/index.html">Main Dishes: R → Z</a></li>
<li><a href="./salad/index.html">Salads & Dressings</a></li>
<li><a href="./sauce/index.html">Sauces, Rubs, and Butters</a></li>
<li><a href="./side/index.html">Side Dishes</a></li>
<li><a href="./soup/index.html">Soups</a></li>
</ul>
<hr/>
</div><!-- oneColumn -->
<p class="center footer">
Questions, corrections, and comments to:
<a href="mailto:[email protected]">Robert Meineke</a>
</p>
<div class="oneColumn">
<hr/>
<p>
There is an awful lot of copyrighted material contained in this repository.
If you like something here, please do not pass it off as your own.
</p>
</div>
</body>
</html>