2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Awr..< / 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 | Awr..< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< p > < img alt = "Thomas" border = "0" src = "http://images.quizilla.com/G/Gaius37/1043591241_tuffthomas.gif" / > < br / > Thomas
< br / > < br / > < a href = "http://quizilla.com/users/Gaius37/quizzes/What%20ASB%20Character%20Are%20You%3F/" > What ASB Character Are You?< / a > < br / > < font size = "-2" > brought to you by < a href = "http://quizilla.com" > Quizilla< / a > < / font > < / p >
< p > I always thought he was kinda cute, in a nice and pudgy sort of way :o)< / p >
2020-06-24 07:10:07 +00:00
< p > Haven’ t read ASB in ages.. just read Buster Wilde last night :< / p >
2020-04-25 06:35:06 +00:00
< / article >
< footer >
< p > Page generated on 2006-01-17 18:30:46< / 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:35:06 +00:00
< / body >
< / html >