43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 004</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 | 004</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-09-16
|
|
weight: 4</p>
|
|
<hr />
|
|
<p>Bit by bit, little by little, the tic once again slid from my life. Enough stressors had gone or were on their way out that I was gaining stillness.</p>
|
|
<p>I spent more and more days with fewer and fewer tics. I relished in the stillness.</p>
|
|
<blockquote>
|
|
<p>Like that glass of water that’s the perfect temperature. Like fresh-from-the-vine tomatoes. Like city-glow reflected on a winter cloud ceiling while you’re under the covers in bed.</p>
|
|
</blockquote>
|
|
<p>It left for quite a while, and when it did come back, it did for only a day or two at a time. I eventually went a year without. Maybe two. I don’t remember.</p>
|
|
<blockquote>
|
|
<p>And then you forgot.</p>
|
|
</blockquote>
|
|
<p>And then I forgot.</p>
|
|
</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>
|