39 lines
1.6 KiB
HTML
39 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Gah.</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 | Gah.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Things are still going well. Still eating in, still never have the energy to post about it.</p>
|
|
<details text="News in pictures:"><summary>News in pictures:</summary>
|
|
Took a bunch of pictures of James' guns, including these gems:
|
|
<img src="http://makyo.drab-makyo.com/shotgun-anim_web.gif"/>
|
|
|
|
Also, gave myself a haircut with a new pair of clippers. It was a pain in the ass. Played around with them some, too, and now I've got a few intended and unintended hairless patches elsewhere, but TMI TMI TMI. :X
|
|
<a href="http://www.flickr.com/photos/ranna/3176409536/" title="Haircut by Drab Makyo, on Flickr"><img alt="Haircut" height="461" src="http://farm4.static.flickr.com/3332/3176409536_5d6b3f33ff.jpg" width="500"/></a>
|
|
|
|
</details
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2009-01-07 08:22:46</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>
|