37 lines
1.4 KiB
HTML
37 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | A Discordian meme? That's either the stupidest thing I've heard of, or the most brilliant.</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 | A Discordian meme? That's either the stupidest thing I've heard of, or the most brilliant.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Grab the nearest book.
|
|
Open the book to page 23.
|
|
Find the fifth sentence.
|
|
Post the text of the sentence in your journal…
|
|
…along with these instructions.</p>
|
|
<p>“Did you start a fox?”</p>
|
|
<p>I’ve been reading this book for a bit now. It’s strange.. really old sci-fi. <em>Grass</em> by Sheri S. Tepper. Pretty good</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-11-09 22:03:49</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>
|