zk_html/writing/post-self/embodied-exegesis.html

54 lines
1.4 KiB
HTML
Raw Normal View History

2023-09-20 20:50:09 +00:00
<!doctype html>
<html>
<head>
<title>Zk | embodied-exegesis</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<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 | embodied-exegesis</h1>
</header>
<article class="content">
<ul>
<li>Uploading<ul>
<li>The clinic</li>
<li>List of things that were less pleasant</li>
<li>Orientation (a friend)</li>
</ul>
</li>
<li>Getting settled<ul>
<li>Infinite cafe</li>
<li>A friend</li>
</ul>
</li>
<li>The problems of gender<ul>
<li>Forking to change</li>
<li>Trying to be happy (a friend)</li>
</ul>
</li>
<li>The solution is more gender<ul>
<li>Going back to transitioning</li>
<li>List of things that are more pleasant</li>
<li>A friend</li>
</ul>
</li>
</ul>
</article>
<footer>
<p>Page generated on 2023-09-20</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>