update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-09-27 12:55:09 -07:00
parent 0e55008b86
commit 9f74bdf79d
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
<!doctype html>
<html>
<head>
<title>Zk | 001</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 | 001</h1>
</header>
<article class="content">
<p>Upon looking at the sky, many saw the stars and supposed that they must be the campfires of others. How far away they must be, to be such small points of light! Mere pinpricks in the black fabric of the night. They looked up, saw the campfires, and considered that they themselves might be just as the others were, looking out into the night and considering their own fire with dreaming minds.</p>
<hr />
<p>They dreamed and thought and considered, and then many of those who knew the ways to navigate the seas argued that reaching one of those campfires would be a way to quell the loneliness that they felt as a whole in their hearts. &ldquo;Perhaps they will fill us with joy! And even if they fight against us or sow strife, is that not a form of companionship?&rdquo;</p>
<p>Others were more cautious about the venture, however. &ldquo;Is a danger not a danger?&rdquo; they said. &ldquo;Is a risk not a risk? We must also consider that we might ourselves be overcome by their might. Is it worth it to stoke that fire?&rdquo;</p>
<p>Still others spoke thoughtfully, &ldquo;It is a danger here, as well. There are wild animals in the dark, and those who might fight against us here. Perhaps the goal of exploration is also to ensure the security of ourselves! Could we not also use this as a chance to ensure that we live on?&rdquo;</p>
<hr />
<p>And so they sat around their campfires and talked and discussed and argued and strove and fought and laughed and wept. They sat around the campfire and raised their hands in vote, and it was decided that an ark was to be created and sent to explore, and any who wanted to go to see those campfires </p>
</article>
<footer>
<p>Page generated on 2021-09-27</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>