32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Just a little thought.</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 | Just a little thought.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>I should be in bed - I was, even, but I got to thinking. Some people in this world are just.. right. They’re exemplary human beings that, upon first contact, strike a nerve that’s almost like being in love. That’s not to say that they’re superhuman or that everyone else is subhuman, it’s just that they happen to be <em>so</em> human and <em>so</em> real that they’re what I strive to be, and they’re the people I try to show in my music.</p>
|
|
<p>I’ve only ever met four of them</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-09-19 06:11:03</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>
|