33 lines
1.7 KiB
HTML
33 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Damnit</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 | Damnit</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Roommate blew out the power for the hall again. Well.. he may not have, but he did last time, so I’m blaming him. Also, the shower I had was cold. Whatever. Grrgrrgrr.</p>
|
|
<p>I’m confused as to what to do about boys. ΔΛΦ might help with that, if only as a way to meet similar people, though that’s still a ways off (I don’t think pledges are allowed to sleep with pledges). Most of what I’m confused about is Shan. I <strong>think</strong> I still like him, but I’m not sure. Most of the time I think about him, I think of him as more than a friend, but a lot of the times when I talk to him, I think of him mostly as just a friend. Quite confusing, since the contrast seems rather large. Whatever, though. I still think about Kory and Jerred that way, too, on occasion.</p>
|
|
<p>So there</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-10-10 23:07:44</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>
|