update from sparkleup
This commit is contained in:
parent
532bba1a52
commit
7c27a36104
|
@ -0,0 +1,34 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | The Elevation of Unknown Things</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 | The Elevation of Unknown Things</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Bălan, Ioan<br />
|
||||
Chace, Joseph<br />
|
||||
systime 167 (2291)</p>
|
||||
<h2 id="abstract">Abstract</h2>
|
||||
<p>Founded in 2115 (nine years prior to systime 0), the world commonly known as the System has exploded in population to an estimated twenty-seven billion individuals with countless more instances forked from those core identities. A world that is stable, beyond scarcity, and beyond even death, appeals to a great many people. The transition of religions and spirituality from life on earth to the System has been less smooth, however. We intend to explore the incidence and applicability of a wide array of generalized religious beliefs as they occur in societies built of immortal individuals, comparing them against their mortal roots on Earth.</p>
|
||||
<h2 id="introduction">Introduction</h2>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-03-02</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