2020-04-23 20:50:07 +00:00
<!doctype html>
< html >
< head >
< title > Zk | From Mala.< / 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 Mala.< / 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 > Step 1: Open your MP3 player.
2020-04-23 20:50:07 +00:00
Step 2: Put all of your music on random.
Step 3: Write down the first twenty songs it plays, no matter how embarrassing< / p >
< details text = "..." > < summary > ...< / summary >
< lj-raw >
< ol >
< li > Queen - Bohemian Rhapsody< / li >
< li > PDQ Bach - Prelude to Einstein on the Fritz< / li >
< li > Shostakovitch - Symphony No. 5, mvt. 2, allegretto< / li >
< li > FHS Choirs - Enchantment - Lauda Jerusalem< / li >
< li > Miss Muffy and Da Muff Mob - You Know I Got Your Back... ( x.x )< / li >
< li > Citizen King - Better Days< / li >
< li > Alamaailman Vasarat - Kebab Tai Henki< / li >
< li > Monty Python - Swamp Castle< / li >
< li > Rachmaninoff - Piano Concerto No. 2, mvt. 1, moderato< / li >
< li > Bach - Well Tempered Klavier, book 1, No. 25, Prelude in F#< / li >
< li > Stravinsky - Le Sacre du Printemps, No. 12, Summoning of the Ancients< / li >
< li > Ani DiFranco - Here For Now< / li >
< li > Murrya Head - One Night in Bangkok< / li >
< li > Godspeed You Black Emperor! - Sleep< / li >
< li > St. Agnes High School - Praise the Lord< / li >
< li > Real Group - Don't Mean a Thing if it Ain't Got That Swing< / li >
< li > Aretha Franklin - RESPECT< / li >
< li > Ranna, Ranna, Ranna, Ranna, and Ranna - Set a Seal (heh...)< / li >
< li > Mindless Self Indulgence - Unsociable Extended< / li >
< li > Kallisti - It Was< / li >
< / ol >
< / lj-raw >
< / details >
2020-06-24 07:10:07 +00:00
< p > “ Scrape forth such slogans from the vehicle of your soul, dear Excel - lest you belch fumes of pretense beneath a chromed and vulgar piety.”
– Il Palazz< / p >
2020-04-23 20:50:07 +00:00
< / article >
< footer >
< p > Page generated on 2004-02-19 18:58:01< / 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:50:07 +00:00
< / body >
< / html >