update from sparkleup
This commit is contained in:
parent
7ae310aad3
commit
4065699f45
|
@ -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’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’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>
|
Loading…
Reference in New Issue