update from sparkleup
This commit is contained in:
parent
fae8813b3a
commit
045fea9d52
|
@ -0,0 +1,33 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | time-story</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 | time-story</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Time is a story I tell myself. Sentences twine around seconds like tendrils of loveliness or despair or energy or lethargy. Minutes are paragraphs of weal or woe. My hours are scenes that I live out. Days: stories. Years: novels.</p>
|
||||
<p>But a life? What is a life, anymore? Three centuries and no sign of quitting, and a lifetime seems to have lost meaning. Perhaps someday my life will end, and I will have left behind a finite oeuvre. Perhaps I will simply decide that I have had enough and draw a line across the end of the page and, however many bookshelves of story are left behind shall be all that ever was.</p>
|
||||
<p>Not yet, though. Not this year, I suspect not this decade, and I hope not even this century.</p>
|
||||
<p>I have joys to counter all of my sorrows. My head is, yes, in the clouds, but my feet remain firmly planted on the ground. My arms are full of the love of life. My home makes room for those I see as my family. Our lawns are for picnics and our beds are for dreams.</p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2024-10-26</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