update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-11-24 23:05:08 -08:00
parent ff737d88f6
commit e4ca719eb2
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<title>Zk | punishment</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 | punishment</h1>
</header>
<article class="content">
<p>(Tyw comes walking up to Lyut, an all white ermine)</p>
<p>(Discusses the rammifications of his actions: concrete acts lead to concrete existence, must live as a mortal for thirty years)</p>
<p>(Everything will be different now)</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>