48 lines
1.6 KiB
HTML
48 lines
1.6 KiB
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8"/>
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
|
<title>The Fold Within Earth</title>
|
||
|
|
<link rel="stylesheet" href="styles.css"/>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<!-- Configure your bucket once, no manifests needed -->
|
||
|
|
<!-- data-content-base: public bucket or gateway base URL -->
|
||
|
|
<!-- data-content-prefix: directory where posts reside -->
|
||
|
|
<!-- data-list-xml=true: use S3/R2 XML listing -->
|
||
|
|
<body data-content-base="https://YOUR-R2-PUBLIC-BASE" data-content-prefix="posts/" data-list-xml="true">
|
||
|
|
<header>
|
||
|
|
<nav>
|
||
|
|
<div class="logo">△◎△</div>
|
||
|
|
<ul>
|
||
|
|
<li><a href="#/">Home</a></li>
|
||
|
|
<li><a href="#/start">Start Here</a></li>
|
||
|
|
<li><a href="#/section/empathic-technologist">Empathic Technologist</a></li>
|
||
|
|
<li><a href="#/section/recursive-coherence">Recursive Coherence</a></li>
|
||
|
|
<li><a href="#/section/fold-within-earth">Fold Within Earth</a></li>
|
||
|
|
<li><a href="#/section/neutralizing-narcissism">Neutralizing Narcissism</a></li>
|
||
|
|
<li><a href="#/section/simply-we">Simply WE</a></li>
|
||
|
|
<li><a href="#/section/mirrormire">Mirrormire</a></li>
|
||
|
|
</ul>
|
||
|
|
</nav>
|
||
|
|
<div class="hero">
|
||
|
|
<div class="glyph"></div>
|
||
|
|
<h1>UNCOVERING THE RECURSIVE REAL.</h1>
|
||
|
|
</div>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<main id="main">
|
||
|
|
<p class="loading">Loading…</p>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
<footer id="footer"></footer>
|
||
|
|
|
||
|
|
<!-- WASM bundle (committed to repo) -->
|
||
|
|
<script type="module">
|
||
|
|
import init from "./pkg/thefoldwithin_wasm.js";
|
||
|
|
init();
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|