2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Gah.< / title >
2023-05-11 05:20:07 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2020-04-25 06:35:06 +00:00
< 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 >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 06:35:06 +00:00
< / body >
< / html >