38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Bitches love me 'cause they know that I lick rocks.</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 | Bitches love me 'cause they know that I lick rocks.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Think I’m going to narrow it down to five drinks, just to make writing the songs a little more manageable. I think this is a good order, too. It’s going kinda from high-brow to low-brow, which works if you think of it as a series of drinks had in one night, with the inverse relationship of class to alcohol consumed :o)</p>
|
|
<ol>
|
|
<li>Sazerac</li>
|
|
<li>Gin and Tonic</li>
|
|
<li>Mojito</li>
|
|
<li>White Russian</li>
|
|
<li>Long Islan</li>
|
|
</ol>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-07-26 17:57:06</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>
|