update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-08-23 09:20:12 -07:00
parent 43a2890bf1
commit d8c714e932
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | 001</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 | 001</h1>
</header>
<article class="content">
<h1 id="de-2325">de - 2325</h1>
<p>de smiled sourly down into its champagne. The real stuff, too: the last supply ship had brought up a case of bottles, doubtless from the store of some wealthy oligarch with their finger in the pie that was the L<sub>5</sub> station</p>
</article>
<footer>
<p>Page generated on 2021-08-23</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>