2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Whelp.< / 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 | Whelp.< / 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 > Got Teh Booze and some of Teh Foodz for Ryan and Merry’ s thing. I’ ll get the rest after pay day.< / p >
2020-04-25 06:35:06 +00:00
< p > Tentative menu:
Three or four brined roast chickens
Mashed potatoeseseses
Veggies, depending on what all is around at the time, probably steamed with lemon juice, salt, and savory
2020-06-24 07:10:07 +00:00
Anything anyone else wants to bring - I’ m cutting myself off here for the sake of time and money. Snackfoods, maybe? The food is going to take a little bit to cook, since I’ m doing it all up at Kiiiiiraaaans, so snackables would be good.< / p >
2020-04-25 06:35:06 +00:00
< p > Driiiiinks:
2020-06-24 07:10:07 +00:00
LOTS AND LOTS OF MEAD OMIGOSH - wedding mead, plus whatever I have laying around that’ s good
2020-04-25 06:35:06 +00:00
A thing of champagne with a spot of St. Germaine in it
Mass mojitos
Maaaaybe absinthe
Juiiiiiice, maybe soda
Anything you can make with the above and various alcools, I guess. Maybe folk want to bring some other stuff, too< / p >
< / article >
< footer >
< p > Page generated on 2008-05-22 00:11:14< / 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 >