update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-03-12 19:00:12 -07:00
parent 7ae310aad3
commit 4065699f45
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | younes</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 | younes</h1>
</header>
<article class="content">
<p>I was young, once, and dumb.</p>
<p>Which is not to say that I&rsquo;m not, now, of course. I certainly feel it sometimes. Even the young bit: Madison is, what, eight now? Not many eight year olds are smart. I still fumble. I still seem to create those humiliating moments that stick in the memory and make me wince whenever they come up, though they&rsquo;ve changed in tenor over the years.</p>
</article>
<footer>
<p>Page generated on 2023-03-12</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>