2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | This makes me a horrible person.< / title >
2023-05-11 05:30: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:20:08 +00:00
< link rel = "stylesheet" type = "text/css" href = "/style.css?2024-05-04" / >
2020-04-25 06:10:06 +00:00
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | This makes me a horrible person.< / 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’ m making a meme XD< / p >
2020-04-25 06:10:06 +00:00
< p > < strong > < em > One of these things is not like the other one< / em > < / strong >
2020-06-24 07:10:07 +00:00
In each of these lists, one item about me is < em > false< / em > whereas the rest are true. It’ s up to you to figure out, and remember, it’ s all in good fun.
2023-05-11 05:15:11 +00:00
< lj-raw > < / p >
2020-04-25 06:10:06 +00:00
< ol >
2023-05-11 05:15:11 +00:00
< li > (True or False for this one) - I've never eaten Nutella in any way except straight from the jar< / li >
2020-04-25 06:10:06 +00:00
< / ol >
< ol >
2023-05-11 05:15:11 +00:00
< li > I'm a fairly short person.< / li >
2020-04-25 06:10:06 +00:00
< li > I like foxes.< / li >
< / ol >
< ol >
< li > I used to want to major in Computer Science.< / li >
< li > I used to want to major in Astronomy.< / li >
< li > I wear boxer briefs.< / li >
< / ol >
< ol >
< li > I used to want to major in Linguistics.< / li >
2023-05-11 05:15:11 +00:00
< li > I've only been truly employed once.< / li >
2020-04-25 06:10:06 +00:00
< li > I never have sheets on my bed (i.e.: only a mattress cover and a comforter).< / li >
< li > I once tried to teach myself Arabic from a book.< / li >
< / ol >
< ol >
< li > I like coffee more than I like tea.< / li >
< li > I like waffles more than I like pancakes.< / li >
2023-05-11 05:15:11 +00:00
< li > I'm angry when I drive because I'm scared.< / li >
< li > My 'gaydar' consists mostly of falling for straight guys.< / li >
< li > I have memories I'd sometimes rather be without.< / li >
2020-04-25 06:10:06 +00:00
< / ol >
2023-05-11 05:15:11 +00:00
< p > < /lj-raw< / p >
2020-04-25 06:10:06 +00:00
< / article >
< footer >
< p > Page generated on 2005-01-06 02:46:37< / 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 >