2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Oh.. huh... I was kinda wondering why that turkey was there...< / 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 | Oh.. huh... I was kinda wondering why that turkey was there...< / 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 > I got tagged by the turkey, < lj user = "senotay" > < / lj > < / p >
2020-06-24 07:10:07 +00:00
< p > List five songs that you are currently digging… it doesn’ t matter what genre they are from, whether they have words or even if they’ re any good but they must be songs you’ re really enjoying right now.< / p >
< p > Post these instructions, the artist and the song in your blog. Then tag five other people to see what they’ re listening to.< / p >
2020-04-25 06:10:06 +00:00
< ol >
2020-06-24 07:10:07 +00:00
< li > The Finzi Singers - William Walton’ s < em > Cantico del Sol< / em > < / li >
2020-04-25 06:10:06 +00:00
< li > 무효뭔 - Gloria (mvts. 1 and 3)< / li >
< li > 깊 희조 켠곡 - 한감수 타령 and 겸봄궁 타령 (Why.. yes, I < em > am< / em > showing off!)< / li >
< li > Samuel Barber - Excursions (1 & 2)< / li >
2020-06-24 07:10:07 +00:00
< li > CoASC Mixed ‘ 05 - Stephen Paulus’ < em > Pilgrim’ s Hymn< / em >
< strong > Edit:< / strong > I tag… uh.. Rikoshi, Michael, Brandon, Ientaculum Vulpes, and Mr. Pilot< / li >
2020-04-25 06:10:06 +00:00
< / ol >
< / article >
< footer >
< p > Page generated on 2005-06-24 07:52:18< / 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 >