update from sparkleup
This commit is contained in:
parent
0e8a254056
commit
a7803bbc6f
|
@ -0,0 +1,30 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | cycles-heat</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 | cycles-heat</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Lyut lives his life in prayer and devotion. It is a life that is lived ascending in a steady spiral of years, for time moves upward and yet is echoed from side to side by the change of days, the change of weeks, the change of seasons.</p>
|
||||
<p>His days are defined by the cycle of incense, prayer, fishing, foraging. He knows that it is day when he wakes when he feels the warmth from the sun. He has surmised that his fur is of a particular quality that the sun was drawn to, and he has surmised that this, too, is worthy of prayer, for was not the sun with Ýng? And were there not things that the sun shied away from? The sun shied away from night, from water, from the cool fresh leaves.</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>
|
Loading…
Reference in New Issue