56 lines
1.4 KiB
HTML
56 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 05</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 | 05</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-12-19
|
|
weight: 5</p>
|
|
<hr />
|
|
<blockquote>
|
|
<p>Do you see yourself as a woman?</p>
|
|
</blockquote>
|
|
<p>I see where you’re going with this.</p>
|
|
<blockquote>
|
|
<p>And?</p>
|
|
</blockquote>
|
|
<p>It’s a good direction.</p>
|
|
<blockquote>
|
|
<p>So. Do you see yourself as a woman?</p>
|
|
</blockquote>
|
|
<p>No. I’m a giant lump. I’m a rectangle. I’m more than six feet tall. I’m a baritone. I barely have breasts. I don’t pass.</p>
|
|
<blockquote>
|
|
<p>Do you want to?</p>
|
|
</blockquote>
|
|
<p>No.</p>
|
|
<blockquote>
|
|
<p>That was easy.</p>
|
|
</blockquote>
|
|
<p>It’s not.</p>
|
|
<blockquote>
|
|
<p>No, it isn’t.</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>
|