2020-04-23 20:55:07 +00:00
<!doctype html>
< html >
< head >
< title > Zk | From Ryan.< / 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 | From Ryan.< / 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 > Test thingie from Ryan! Fill in answers about the person you got this from, then you put the entire thing as a comment. Don’ t feel obligated to answer this; you can just copy and put on your own livejournal.< / p >
2020-04-23 20:55:07 +00:00
< ol >
< li > Give me a nickname and explain why you picked it.< / li >
< li > Am I lovable?< / li >
< li > How long have you known me?< / li >
< li > When and how did we first meet?< / li >
< li > What was your first impression?< / li >
< li > Do you still think that way about me now?< / li >
< li > What do you think my weakness is?< / li >
2020-06-24 07:10:07 +00:00
< li > Do you think I’ ll ever get married?< / li >
2020-04-23 20:55:07 +00:00
< li > What makes me happy?< / li >
< li > What makes me sad?< / li >
< li > What reminds you of me?< / li >
< li > If you could give me anything what would it be?< / li >
< li > How well do you know me?< / li >
2020-06-24 07:10:07 +00:00
< li > When’ s the last time you saw me?< / li >
< li > Ever wanted to tell me something but couldn’ t?< / li >
2020-04-23 20:55:07 +00:00
< li > Do you think I could kill someone?< / li >
< li > Describe me in one word.< / li >
< li > Do you think our friendship is getting stronger, weaker, or staying the same?< / li >
< li > Do you feel that you could talk to me about anything and I would listen?< / li >
< li > Are you going to put this on your LJ and see what I say about you< / li >
< / ol >
< / article >
< footer >
< p > Page generated on 2004-03-06 16:43:52< / 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 >