31 lines
1.6 KiB
HTML
31 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | [no subject]</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 | [no subject]</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>The fever dreams continue and do nothing to make me feel better. This last one was a depressing apocalyptic movie involving something crashing into the moon. That part was fantastic to watch, but, like.. I dunno. It kept skipping around. I wanted to get to my mom’s house so that I could be safer than in the cities, and I kept thinking about how I had made the wrong kind of life for myself in a world that would lack such simple transcontinental communication. Sure, that may be true. If a giant moonsized asteroid crashes into the moon and somehow doesn’t kill us all on the spot. Anyway, it was kinda depressing and I don’t want to sleep anymore -.</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-10-20 00:44:17</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>
|