31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | making-incense</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 | making-incense</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<p>On the morning of every day, when days are warm and there is no rain, on days when Lyut knows when it is day and when it is night, he will gather his ingredients onto a small board and sit at the entrance to his cave and make his incense for the day.</p>
|
||
|
<p>Lyut works with measured care, for he does not want to injure the pads of his paws nor nick his already-scuffed claws nor shave off any of his fur, nor, </p>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2020-11-20</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>
|