zk_html/writing/ally/from-within/4.html

49 lines
1.4 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | 4</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 | 4</h1>
</header>
<article class="content">
<hr />
<p>date: 2019-08-14
weight: 18
background: &ldquo;#082a16&rdquo;
color: &lsquo;#bcb&rsquo;
quote: &lsquo;#ded&rsquo;
pulse_light: true</p>
<hr />
<div class="cw">Self-harm</div>
<p>Let&rsquo;s talk about mania.</p>
<blockquote>
<p>Finally.</p>
</blockquote>
<p>There&rsquo;s this rush.</p>
<p>This wild-nights-wild-nights rush.</p>
<p>There&rsquo;s this lack of foresight.</p>
<p>There&rsquo;s this thinking of the goal instead of the path.</p>
<p>There&rsquo;s this tinny scent to the air. There&rsquo;s this burning, burning sensation, burning. There&rsquo;s this pleasant static.</p>
<p><a class="pulse" href="/from-within/5">And&hellip;</a></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>