52 lines
1.5 KiB
HTML
52 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 5</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 | 5</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-14
|
|
weight: 19
|
|
background: “#082010”
|
|
color: ‘#aba’
|
|
quote: ‘#cdc’
|
|
pulse_light: true</p>
|
|
<hr />
|
|
<blockquote>
|
|
<p>And?</p>
|
|
</blockquote>
|
|
<p>And were I to catch fire, the flames would feel like silk against my skin, against freshly-shaven skin.</p>
|
|
<blockquote>
|
|
<p>And?</p>
|
|
</blockquote>
|
|
<p>And I feel like, were I to draw a blade along my limbs, to trace each long bone, each carpal, each tarsal, it would feel like ice, and the blood that came with would be my semen, and I would give birth to whole worlds through my flesh.</p>
|
|
<blockquote>
|
|
<p>And?</p>
|
|
</blockquote>
|
|
<p>And if I stop, I’ll surely die.</p>
|
|
<blockquote>
|
|
<p><a class="pulse" href="/from-within/i-guess..">And</a>?</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>
|