update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-11-24 23:00:08 -08:00
parent 33a1eaffc4
commit ff737d88f6
2 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<title>Zk | discovered</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 | discovered</h1>
</header>
<article class="content">
<p>(Zita comes to pray bringing bread and cakes, notices lyut can see her)</p>
<p>(she rejoices, and lyut finally starts coming around)</p>
<p>(They pray, Tyw sends lyut to the village)</p>
</article>
<footer>
<p>Page generated on 2020-11-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>

View File

@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<title>Zk | turmoil</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 | turmoil</h1>
</header>
<article class="content">
<p>(The village is confused why the holy one is there)</p>
<p>(Lyut is overwhelmed by so many people after so long alone, sneaks back to his cave)</p>
<p>(Zita returns and says that the villagers are ecstatic, but confused as to next steps, so they pray again)</p>
</article>
<footer>
<p>Page generated on 2020-11-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>