48 lines
1.4 KiB
HTML
48 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 003</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 | 003</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-12-25
|
|
weight: 3</p>
|
|
<hr />
|
|
<pre class="verse">At the beginning of time,
|
|
when chaos birthed to order and disorder,
|
|
we were blessed with two souls.
|
|
|
|
One has seven eyes and can see all of the monsters in the dark,
|
|
but is blinded by the sun.
|
|
|
|
The other has no eyes,
|
|
but can feel no pain.
|
|
|
|
When order and disorder were close as children,
|
|
our souls experienced the world hand in hand,
|
|
but as they drifted apart and began to fight,
|
|
some of us left one of our souls behind,
|
|
and that is why we search.</pre>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</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>
|