update from sparkleup
This commit is contained in:
parent
2327af1a2d
commit
752c7f2db5
|
@ -0,0 +1,30 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | ghost-of-dog-2023</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 | ghost-of-dog-2023</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Memories unspool from the top down, unwinding in successive coils, each tracing scintillating scotomae through my field of vision. They tease along my sight with fractal depth, and now, with all the time in the world, in this unending instant, I can revel in their imperfections and then let them go.</p>
|
||||
<p>No, <em>must</em> let them go. I have no choice in the matter. I can cling to them and cry, I can beg the universe for one last moment of mind, but </p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2023-04-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>
|
Loading…
Reference in New Issue