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" / >
2022-05-25 05:30:20 +00:00
< 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 | 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’ 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’ 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-08-22 22:30:11 +00:00
< li class = "done1" > < a href = "blind-strife.html" > Blind strife< / a > < / li >
2023-09-19 20:25:10 +00:00
< li class = "done1" > < a href = "assessment.html" > Assessment< / a > < / li >
2023-08-22 22:30:11 +00:00
< li class = "done1" > < 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 >
2023-09-22 21:43:23 +00:00
< p > Page generated on 2023-09-22< / 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 >