zk_html/diary/2005-02-03-20:01:50.html

32 lines
1.7 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | I feel like just driving.</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 | I feel like just driving.</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>I&rsquo;m having a hard time understanding how I&rsquo;m able to care about all these things and not just explode. Sure, it&rsquo;s disappointing that our president supports enshrining discrimination in the constitution, but with everything else that&rsquo;s going on, is it not be permissable for me to not get worked up into a complete tizzy and instead just focus on making it through school?</p>
<p>In other news, I got my official acceptance letter: I am now a Bachelor of the Arts in Music. I&rsquo;m not a Music Ed. major yet, but that&rsquo;s alright, since the only education classes I&rsquo;m taking this semester are psych and public speaking. I just need to reaudition for next semester (which may be the jury itself)</p>
</article>
<footer>
<p>Page generated on 2005-02-03 20:01:50</p>
</footer>
</main>
<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>
</body>
</html>