update from sparkleup
This commit is contained in:
parent
aa52e59cc4
commit
de4a4c37ba
|
@ -1,31 +0,0 @@
|
|||
<!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>
|
Loading…
Reference in New Issue