2020-04-23 20:55:07 +00:00
<!doctype html>
< html >
< head >
< title > Zk | I um... huh.< / title >
2023-05-11 05:15:11 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2020-04-23 20:55:07 +00:00
< 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 um... huh.< / 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 don’ t feel like writing, no matter how much I have to write about (this doesn’ t have to do with what I have to write about itself, just some memories drudged up from 8th grade bringing me down).< / p >
< p > So here’ s a quiz.< / p >
2020-04-23 20:55:07 +00:00
< p > < center > < a href = "http://boredesign.reallybites.com/quiz/alicequiz.html" target = "new" >
2020-06-24 07:10:07 +00:00
< img border = "0" src = "http://boredesign.reallybites.com/quiz/caterpillar.jpg" / > < / a > < br / > < i > i am extremely intelligent and very wise. i think logically and rhetorically in order to get problems solved. if i’ m not mad now, i’ m getting very close.< / i >
2020-04-23 20:55:07 +00:00
< br / > < a href = "http://boredesign.reallybites.com/quiz/alicequiz.html" target = "new" title = "we're all mad here" > how mad are you?< / a >
< br / > this quiz was made by < a href = "http://www.livejournal.com/users/piksy" target = "new" title = "cracked but sweet" > piksy< / a > < /center< / p >
< / article >
< footer >
< p > Page generated on 2004-03-18 15:42:12< / 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-23 20:55:07 +00:00
< / body >
< / html >