39 lines
1.9 KiB
HTML
39 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Blwrg.</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 | Blwrg.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Attempted to sing for scholarship monies tonight, which ended, however predictably, in disaster. Actually, I thought I did rather well, until I heard some of the other people who were competing. Well, I guess there’s a reason I’m not majoring in Vocal Performance, or even getting a performer’s certificate.</p>
|
|
<p>One good thing did come from tonight, though! I made up a drink!</p>
|
|
<p>2 parts blackstrap rum (Cruzan Estates Navy)
|
|
1 part amaretto
|
|
1 part triple sec</p>
|
|
<p>Build over ice in a highball glass, serve with a slice of lime.</p>
|
|
<p>It’s pretty good, but I’m tempted to add a little simple syrup and soda water. I’ll try another, as I get quietly and thoroughly drunk.</p>
|
|
<p>Edit:</p>
|
|
<p>Double the amaretto, add a splash of Rose’s sweetened lime juice, and fill with soda water, and you get.. what? I think I’ll call the original a beachfox (‘cause a Shanerak sounded clumsy :D), and this a sparkling beachfox. Dunno how that’ll sound tomorrow :</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-03-02 07:22:39</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>
|