update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-05-09 11:55:09 -07:00
parent 897c2c8f83
commit 94d18d4b9a
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<!doctype html>
<html>
<head>
<title>Zk | index</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 | index</h1>
</header>
<article class="content">
<p>(writing genres/voices you&rsquo;re not used to, I think?)</p>
</article>
<footer>
<p>Page generated on 2023-05-09</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>

View File

@ -0,0 +1,29 @@
<!doctype html>
<html>
<head>
<title>Zk | index</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 | index</h1>
</header>
<article class="content">
<p>(Showing emotions without describing them)</p>
</article>
<footer>
<p>Page generated on 2023-05-09</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>