2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Death by memes(PRIVATE)< / 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 | Death by memes(PRIVATE)< / 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 >
< ol >
2020-04-25 06:10:06 +00:00
< li > Choose 15 people from your friends list at random.< / li >
< li > Write something about/to each of them.< / li >
< li >
2020-06-24 07:10:07 +00:00
< p > Don’ t tell anyone who the statements are about. Good or bad. No matter how they beg.< / p >
2020-04-25 06:10:06 +00:00
< / li >
< li >
< p > Too cute for your own damn good. (Rikoshi)< / p >
< / li >
< li > I love ya lots, but if we got together, there would be carnage. (Whitcomb)< / li >
2020-06-24 07:10:07 +00:00
< li > We didn’ t talk for three years, and suddenly we’ re rather close, in a distant sort of way. It was an odd transition, to say the least. (Margaras)< / li >
< li > Help! Help! I’ m being oppressed! (Shannon)< / li >
2020-04-25 06:10:06 +00:00
< li > I say it too often, but my gaydar consists of falling for straight boys. (Kiran)< / li >
< li > Sometimes, you really kinda weird me out. (Andrew L.)< / li >
< li > I try really hard for your approval. (Nick C.)< / li >
2020-06-24 07:10:07 +00:00
< li > We’ re friends, but I know nothing about you. (Jani)< / li >
2020-04-25 06:10:06 +00:00
< li > Sometimes, your mood swings scare me (Oz)< / li >
2020-06-24 07:10:07 +00:00
< li > You’ re damn cute, too, but I don’ t really know too much about you, and sometimes you don’ t talk to me - or anyone - as if you’ re down or something. (Aeothen)< / li >
2020-04-25 06:10:06 +00:00
< li > Hahaha, I tried to get in your pants for a good long time. Happy for ya now, though. (Malameux)< / li >
< li > I knew you too well. (Shanerak)< / li >
< li > Some times, I miss you. (Michael)< / li >
2020-06-24 07:10:07 +00:00
< li > I’ ve never talked to you, really. (Alcarilinque)< / li >
2020-04-25 06:10:06 +00:00
< li > Arf! (Lon< / li >
< / ol >
< / article >
< footer >
< p > Page generated on 2004-10-14 13:02:28< / 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 >