update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-09-20 13:50:09 -07:00
parent 1a57b85459
commit a377008f86
1 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,53 @@
<!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>