46 lines
1.5 KiB
HTML
46 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 012</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
|
|
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | 012</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-25
|
|
weight: 50</p>
|
|
<hr />
|
|
<p>How does one approach what one can’t describe?</p>
|
|
<blockquote>
|
|
<p>Swing the flashlight rapidly across the room. Piece together what you can from the sweep of the beam across the walls, the furniture.</p>
|
|
</blockquote>
|
|
<p>How does one hunt down what leaves no tracks?</p>
|
|
<blockquote>
|
|
<p>Unwind the maze by keeping your right hand on the wall. Pray that the walls do not move.</p>
|
|
</blockquote>
|
|
<p>How does one call down the gods to commune?</p>
|
|
<blockquote>
|
|
<p>Speak thrice, and enter.</p>
|
|
</blockquote>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2024-05-04</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>
|