update from sparkleup

This commit is contained in:
Madison Rye Progress 2024-12-24 15:47:15 -08:00
parent 6614414234
commit 6d13ba664a
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | falling-apart</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | falling-apart</h1>
</header>
<article class="content">
<p>(Dealing with someone in a gestalt going through overflow)</p>
</article>
<footer>
<p>Page generated on 2024-12-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>