2022-05-25 05:30:20 +00:00
<!doctype html>
< html >
< head >
< title > Zk | The Margin of the Terrifying< / 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 | The Margin of the Terrifying< / h1 >
< / header >
< article class = "content" >
2023-03-25 18:15:12 +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.< / p >
2022-05-25 05:30:20 +00:00
< ul >
2023-03-25 18:15:12 +00:00
< li class = "done1" > < a href = "intro.html" > Intro< / a > < / li >
2022-05-26 03:35:15 +00:00
< li class = "done0" > Blind strife< / li >
< li class = "done0" > Assessment< / li >
< li class = "done0" > Engagement< / li >
< li class = "done0" > I wish I could see your triumph< / li >
2022-05-25 05:30:20 +00:00
< / ul >
< / article >
< footer >
2023-03-25 18:15:12 +00:00
< p > Page generated on 2023-03-25< / 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 >