2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | *skreem*< / 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 | *skreem*< / 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 >
< p > < img alt = "a fluffy bunny." border = "0" src = "http://images.quizilla.com/A/anglepoiselamp/1053127355_stotbunny1.jpg" / > < br / > You are a fluffy bunny.
2020-04-25 06:10:06 +00:00
Either you are not evil at all, or the perfect< br / > killer in disguise.
2020-06-24 07:10:07 +00:00
I’ d rather not stick around to find out.
2020-04-25 06:10:06 +00:00
< br / > < br / > < a href = "http://quizilla.com/users/anglepoiselamp/quizzes/Which%20Cool%20Evil%20Guy%20Are%20You%3F/" > < font size = "-1" > Which Cool Evil Guy Are You?< / font > < / a > < br / > < font size = "-3" > brought to you by < a href = "http://quizilla.com" > Quizilla< / a > < /font< / p >
< / article >
< footer >
< p > Page generated on 2004-07-23 19:53:55< / 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 >