82 lines
2.2 KiB
HTML
82 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 02</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 | 02</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-18
|
|
weight: 2</p>
|
|
<hr />
|
|
<div class="cw">Self harm</div>
|
|
|
|
<pre class="verse">There is too much fire in me
|
|
  to be described by the soldering iron's tip.</pre>
|
|
|
|
<blockquote>
|
|
<p>I must not fear.</p>
|
|
</blockquote>
|
|
<pre class="verse">Were I to draw it across my skin,
|
|
  it would all spill out at once.</pre>
|
|
|
|
<blockquote>
|
|
<p>Fear is the mind-killer.</p>
|
|
</blockquote>
|
|
<pre class="verse">I'd melt, eaten whole by flames,
|
|
  and flow into a pool of molten glass.</pre>
|
|
|
|
<blockquote>
|
|
<p>Fear is the little-death that brings total obliteration.</p>
|
|
</blockquote>
|
|
<pre class="verse">Sublimation would claim me,
|
|
  atoms would scatter, diffuse.</pre>
|
|
|
|
<blockquote>
|
|
<p>I will face my fear.</p>
|
|
</blockquote>
|
|
<pre class="verse">I would be borne up through the clouds,
|
|
  and grow lighter by the second.</pre>
|
|
|
|
<blockquote>
|
|
<p>I will permit it to pass over me and through me.</p>
|
|
</blockquote>
|
|
<pre class="verse">All that energy poured to the air around me,
|
|
  an imperceptible increase in temperature.</pre>
|
|
|
|
<blockquote>
|
|
<p>And when it has gone past I will turn the inner eye to see its path.</p>
|
|
</blockquote>
|
|
<pre class="verse">Particle would excite particle
|
|
  until I'm felt only as warmth on your face.</pre>
|
|
|
|
<blockquote>
|
|
<p>Where the fear has gone there will be nothing.</p>
|
|
</blockquote>
|
|
<pre class="verse">But even that would not be enough.</pre>
|
|
|
|
<blockquote>
|
|
<p>Only I will remain.</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>
|