33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | A'right.</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 | A'right.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Okay, so I got accepted to Freshman Voice studio along with one other person, out of the 6 or so that auditioned (the rest got into a different studio, dunno much about it). AND I got free voice lessons with Dr. Queen out of it. Now I just need to get the books, which is proving difficult. The bookstore HAD one of them, but they’re all out.</p>
|
|
<p>So, I have University Singers MWF, voice studio monday, Freshman Voice Studio TR, voice lessons wednesday, and Mens Choir TR. I also have a small poster of David Bowie in Labyrinth.</p>
|
|
<p>Today’s a’right. Tomorrow: birthday</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-01-20 20:29:36</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>
|