2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 013< / 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 | 013< / h1 >
< / header >
< article class = "content" >
< hr / >
< p > date: 2019-08-25
weight: 51< / p >
< hr / >
2020-06-24 07:15:07 +00:00
< p > I’ m tired. I’ m so tired. I’ m tired and I’ m upset and I’ m lost.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > I know.< / p >
< / blockquote >
< p > I want to shout and to whisper. I want to talk about how the light flows < a class = "pulse" href = "/poet-and-mystic/agony-and-ecstasy" > in through the head and out through the heart< / a > . I want to put words to the feeling of falling to the ground and taking root.< / p >
< p > I want to say how it feels when I step outside myself.< / p >
< blockquote >
< p > You tried.< / p >
< / blockquote >
2020-06-24 07:15:07 +00:00
< p > I guess that’ s all I can do.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
2020-06-24 07:15:07 +00:00
< p > It’ s not, but it’ s important that you have tried.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< / article >
< footer >
2020-06-24 07:15:07 +00:00
< p > Page generated on 2020-06-24< / p >
2020-04-25 05:00:08 +00:00
< / footer >
< / main >
2020-06-24 07:15: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 >