2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 01< / 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 | 01< / h1 >
< / header >
< article class = "content" >
< hr / >
< p > date: 2020-01-15
weight: 1< / p >
< hr / >
< blockquote >
< p > Tell me about rape.< / p >
< / blockquote >
< p > No.< / p >
< blockquote >
2020-06-24 07:15:07 +00:00
< p > Talk in circles around it, then, and then tell me why you won’ t tell me about it. Or vice versa. I don’ t care. I’ m not picky as to the order.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > Fine.< / p >
< / 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 >