zk_html/writing/3/terrifying/index.html

38 lines
1.6 KiB
HTML
Raw Normal View History

2022-05-25 05:30:20 +00:00
<!doctype html>
<html>
<head>
<title>Zk | The Margin of the Terrifying</title>
2023-05-11 05:35:08 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
2024-05-05 04:25:08 +00:00
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
2022-05-25 05:30:20 +00:00
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | The Margin of the Terrifying</h1>
</header>
<article class="content">
2023-09-14 18:25:11 +00:00
<p>Wherein Maddy worries about how much space she&rsquo;s allowed to take up and also waxes rhapsodic about how love is right at the margin of the terrifying through the lens of Time War and also Rilke. It&rsquo;s also kinda about <s>suicide</s> plurality???</p>
2022-05-25 05:30:20 +00:00
<ul>
2023-09-22 21:43:23 +00:00
<li class="done2"> <a href="intro.html">Intro</a></li>
2023-09-23 01:35:10 +00:00
<li class="done2"> <a href="blind-strife.html">Blind strife</a></li>
<li class="done2"> <a href="assessment.html">Assessment</a></li>
2023-09-23 23:10:12 +00:00
<li class="done2"> <a href="engagement.html">Engagement</a></li>
2023-06-15 07:35:51 +00:00
<li class="done1"> <a href="triumph.html">I wish I could see your triumph</a></li>
2022-05-25 05:30:20 +00:00
</ul>
</article>
<footer>
2024-05-05 04:25:08 +00:00
<p>Page generated on 2024-05-04</p>
2022-05-25 05:30:20 +00:00
</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>