update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-09-26 21:45:12 -07:00
parent ec9b20cc13
commit f7010040f9
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<!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="tycho-brahe-2346">Tycho Brahe &mdash; 2346</h1>
</article>
<footer>
<p>Page generated on 2021-09-26</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>