61 lines
2.3 KiB
HTML
61 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Whee.</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 | Whee.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>I picked up the rest of my christmas presents today (read: I spent some of the money I got on things I really want).</p>
|
|
<p><br/>
|
|
<br/>
|
|
My bounty:
|
|
<ul>
|
|
<li>Asian Seafood Market:<br/>
|
|
<ul>
|
|
<li>1 container Hot’N Spicy Teriyaki Nori</li>
|
|
<li>10 8g packs Vanilla Flavour Sugar</li>
|
|
<li>1 0.7 fl oz. bottle of Rose essence</li>
|
|
<li>1 1 fl oz. bottle Durian Flavoring (I swear, I picked it up and forgot to put it back.. oh well, I’ll find a use)</li>
|
|
<li>1 5 fl oz. bottle Iris Water</li>
|
|
<li>1 5-pack bag of taiyaki :o9 (note: now a 4-pack ^.^)</li>
|
|
</ul>
|
|
</li>
|
|
<li>Whole Foods:<br/>
|
|
<ul>
|
|
<li>1 (more) gallon jug of Gravenstein apple juice (it’s tasty ;.;)</li>
|
|
<li>4 reasonably priced 375ml swingtop bottles of Grade-A maple syrup (I have plans.. oh what plans I have!)</li>
|
|
<li>1 3-pack Red Star baking yeast (Joe Matolli’s fault)</li>
|
|
</ul>
|
|
</li>
|
|
<li>King Soopers:<br/>
|
|
<ul>
|
|
<li>2 80 fl oz. jugs Madhava mountain wildflower honey</li>
|
|
<li>2 12 fl oz. jars Kroger Pivate Selection buckwheat honey</li>
|
|
<li>1 Sooper Card (I broke down and got one ;.; At least creamer will be cheaper now)</li>
|
|
</ul></li>
|
|
</ul>In all, I guess I spent about $90, but most of this stuff will
|
|
last me a good, long time, and I still have plenty of christmas cash
|
|
left over to open up a back account at some place <span style="font-style: italic;">other </span>than Norlarco.<br/</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-12-31 01:05:10</p>
|
|
</footer>
|
|
</main>
|
|
<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>
|
|
</body>
|
|
</html>
|