-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwhy.html
More file actions
54 lines (47 loc) · 1.35 KB
/
Copy pathwhy.html
File metadata and controls
54 lines (47 loc) · 1.35 KB
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
48
49
50
51
52
53
54
<html>
<head>
<title>The Bread Poets' Society: recipes in verse</title>
<link rel="stylesheet" type="text/css" href="bps.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<div id="frameLeft">
<img src="bread1.gif" alt="bread poets society">
<table class="left"><tr><td>
<p class="left">
<em>recipes</em>
<br>
<a href="crispy-pork.html">crispy pork</a><br>
<a href="lemony-chickpea.html">lemony chickpea stir-fry</a><br>
<a href="pancakes.html">impromptu pancakes</a><br>
<a href="smack-pie.html">smack pie</a><br>
<a href="villanelle.html">the villanelle</a>
</td></tr></table>
</div>
<div id="frameTop">
<a href="index.html"><img src="bps-logo.gif" border=0 alt="The Bread Poets' Society: recipes in verse"></a>
</div>
<div id="main">
<br><br>
<p align="center">
<table>
<tr><td width=326>
<p class="main">
The Bread Poets' Society is a compendium of recipes in verse. You'll never again forget a recipe when you succumb to its pounding iambic rhythm! Masterpieces will overflow from your oven as you find yourself inspired by gastronomic euphony!
<br><br>
Besides, my food poetry is about the only stuff I'm willing to make public. :)
<br><br><br>
</td>
<td width=85></tr>
</table>
<p class="submit">
<br>
<br>
<br>
<br>
<br>
<br>
have a recipe in verse?<br>
<a href="mailto:recipes@breadpoets.org">fork it over.</a>
</body>
</html>