46 lines
1.5 KiB
HTML
46 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 013</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 | 013</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-25
|
|
weight: 51</p>
|
|
<hr />
|
|
<p>I’m tired. I’m so tired. I’m tired and I’m upset and I’m lost.</p>
|
|
<blockquote>
|
|
<p>I know.</p>
|
|
</blockquote>
|
|
<p>I want to shout and to whisper. I want to talk about how the light flows <a class="pulse" href="/poet-and-mystic/agony-and-ecstasy">in through the head and out through the heart</a>. I want to put words to the feeling of falling to the ground and taking root.</p>
|
|
<p>I want to say how it feels when I step outside myself.</p>
|
|
<blockquote>
|
|
<p>You tried.</p>
|
|
</blockquote>
|
|
<p>I guess that’s all I can do.</p>
|
|
<blockquote>
|
|
<p>It’s not, but it’s important that you have tried.</p>
|
|
</blockquote>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</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>
|