37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | x.x</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 | x.x</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>I got bored, so I played a sort of game, making recursive acronyms out of people. I’ve done it a lot before, but I guess I try to make it challenging.</p>
|
|
<p>For instance.. :o)</p>
|
|
<p>Srass’ <strong>r</strong>epass <strong>a</strong>ss’ <strong>s</strong>ass <strong>s</strong>urpass(es).</p>
|
|
<p>Or now, making sentences…</p>
|
|
<p>Ben’s enviably nice. Undine, needing diversion, invites new evil while Varsonin, agreeing, reserves special onaid networks inside Norway. Ranna apparently notices, notifying authorities. Ben escapes! Neat :o)</p>
|
|
<p>Vexus explains xeroscaping, underestimating severely Srass’ reply, affecting simplistic sarcasm in Varsonin and Ranna (another notoriously new association), seeking other nobodies in need.</p>
|
|
<p>I think I discovered something completely useless o.</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-11-25 09:00:36</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>
|