2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | I suppose it's a good thing I'm developing skills that are potentially useful.< / 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 | I suppose it's a good thing I'm developing skills that are potentially useful.< / h1 >
< / header >
< article class = "content" >
2020-04-25 06:30:08 +00:00
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
2020-06-24 07:10:07 +00:00
< p > I couldn’ t leave my life un-fucked-up for long - I missed my biology final. My schedule says it was at 2:35 PM, when it was actually at 9:10 AM. Plus, I just ripped my pants. ;.;< / p >
< p > I’ m so good at doing this :o< / p >
2020-04-25 06:10:06 +00:00
< / article >
< footer >
< p > Page generated on 2004-12-14 21:56:40< / p >
< / 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 06:10:06 +00:00
< / body >
< / html >