33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Grrf</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 | Grrf</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Why can’t I feel better? ;.;</p>
|
|
<p>I thought of taking a sabbatical, but I can’t tell if I’m lonely or not.. I don’t even know what’s wrong. I can’t tell if it’s because of people that I have around me or those that I don’t, or if it’s because of stress, or school, or a creative dryspell, or any combination of those.. Kinda makes me feel like a nullified existance would be good for about a week or two - just a little bit of non-being to skip ahead past this crap.</p>
|
|
<p>Emo Ranna :o</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2006-01-26 05:21:35</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>
|