2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 5< / 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" / >
2020-04-25 05:00:08 +00:00
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | 5< / h1 >
< / header >
< article class = "content" >
< hr / >
< p > date: 2019-08-14
weight: 19
2020-06-24 07:10:07 +00:00
background: “ #082010”
color: ‘ #aba’
quote: ‘ #cdc’
2020-04-25 05:00:08 +00:00
pulse_light: true< / p >
< hr / >
< blockquote >
< p > And?< / p >
< / blockquote >
< p > And were I to catch fire, the flames would feel like silk against my skin, against freshly-shaven skin.< / p >
< blockquote >
< p > And?< / p >
< / blockquote >
< p > And I feel like, were I to draw a blade along my limbs, to trace each long bone, each carpal, each tarsal, it would feel like ice, and the blood that came with would be my semen, and I would give birth to whole worlds through my flesh.< / p >
< blockquote >
< p > And?< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > And if I stop, I’ ll surely die.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > < a class = "pulse" href = "/from-within/i-guess.." > And< / a > ?< / p >
< / blockquote >
< / article >
< footer >
2024-05-05 04:25:08 +00:00
< p > Page generated on 2024-05-04< / p >
2020-04-25 05:00:08 +00:00
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 05:00:08 +00:00
< / body >
< / html >