zk_html/writing/3/unknown-things/intro.html

33 lines
2.1 KiB
HTML
Raw Normal View History

2022-03-03 06:05:15 +00:00
<!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">
2022-03-11 18:00:22 +00:00
<h1 class="unnumbered" id="abstract">Abstract</h1>
2022-03-03 06:21:26 +00:00
<p>Founded in 2115 CE (nine years prior to systime 0), the construct containing uploaded personalities 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, and through incentives provided by political entities phys-side, transition from physical to uploaded life has been made as smooth as possible. The transition of religions and spirituality from life on Earth to the System has been less than seamless, 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. Through this survey we hope to hope to divine what aspects of spiritual life are bound more firmly to physicality and readily apparent mortality with an eye towards avoiding supercessionist language.</p>
2022-03-11 18:00:22 +00:00
<h1 class="unnumbered" id="the-elevation-of-unknown-things">The Elevation of Unknown Things</h1>
2022-03-11 17:30:32 +00:00
<p>Intro stuff blah blah</p>
2022-03-03 06:05:15 +00:00
</article>
<footer>
2022-03-11 17:30:32 +00:00
<p>Page generated on 2022-03-11</p>
2022-03-03 06:05:15 +00:00
</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>