2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Yap:< / 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 | Yap:< / h1 >
< / header >
< article class = "content" >
2020-04-25 06:30:08 +00:00
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< p > 1 packet Red Star Montrachet dry wine yeast
2020-04-25 06:10:06 +00:00
1 packet DCL Safale S04 dry ale yeast
2020-06-24 07:10:07 +00:00
1 racking cane, 1/2” diameter
2020-04-25 06:10:06 +00:00
2 drilled #6 stoppers
2 double bubble airlocks
1 3-scale hydrometer
5 more swing top bottles with excessively delicious sparkling lemonades in them, which I hope I can finish before bottling time.< / p >
2020-06-24 07:10:07 +00:00
< p > Tomorrow I’ m getting another jug of apple juice to make spiced cider over the holidays. I’ ll use the empty as a secondary. And some raisins< / p >
2020-04-25 06:10:06 +00:00
< / article >
< footer >
< p > Page generated on 2004-12-18 04:34:52< / 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:10:06 +00:00
< / body >
< / html >