zk_html/diary/2007-09-03-23:23:29.html

32 lines
1.6 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | So.</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 | So.</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>After getting hit by a car, I came down with the flu - and on a holiday weekend. NEAT. Probably made an ass of myself down in Denver, but I&rsquo;m not sure. I don&rsquo;t remember much other than a break in the delirium where I was made to take benedryl.</p>
<p>I&rsquo;ve been taking advantage of my &lsquo;convalescence&rsquo; to re-cable the recumbent. I now have both breaks working. The rear derailleur works with a new cable, and the front works with a new shifter (they had a 7-speed shifter controlling three gears - might&rsquo;ve screwed up the derailleur). The bike works now, which is good. All that&rsquo;s left, really, is to strengthen the frame properly</p>
</article>
<footer>
<p>Page generated on 2007-09-03 23:23:29</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>