2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Catering - of sort..< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | Catering - of sort..< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
2020-06-24 07:10:07 +00:00
< p > The opportunity to help cater an event - specifically, the benefit concert for my choir - has fallen upon a few friends and I, and I eagerly snatched it up :o) Details aside, here’ s what I’ m planning on making. Despite my heritage lacking in that area, I decided to include a few greek recipes, simply because they’ re delicious.< / p >
2020-04-25 06:35:06 +00:00
< details text = "Recipes" > < summary > Recipes< / summary > < strong > Recipes< / strong >
< strong > < u > Sweet< / u > < / strong >
< strong > < a href = "http://community.livejournal.com/fursthatcook/39770.html#cutid1" > Coffee Bread< / a > < / strong >
< strong > < a href = "http://gv-ranna.livejournal.com/213270.html" > Cocoa-Banana Bread< / a > < / strong >
(< em > Both served in individually wrapped slices< / em > )
< strong > Macaroon Jam Tarts (< em > Chantillies< / em > )< / strong >
< strong > Various cookies - provided by others< / strong >
< strong > < u > Savory< / u > < / strong >
< strong > Cheese Bread< / strong >
< strong > Spanikopeta< / strong >
< strong > Dolmadas< / strong >
< /details
< / article >
< footer >
< p > Page generated on 2006-09-03 04:30:04< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 06:35:06 +00:00
< / body >
< / html >