2025-06-06 20:15:48 -05:00
|
|
|
<!DOCTYPE html>
|
2025-06-06 20:38:51 -05:00
|
|
|
<html lang="en">
|
2025-06-06 20:15:48 -05:00
|
|
|
<head>
|
2025-10-16 18:23:30 -05:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2025-10-18 13:03:53 -05:00
|
|
|
<title>The Fold Within Earth</title>
|
2025-10-16 18:23:30 -05:00
|
|
|
<link rel="stylesheet" href="styles.css"/>
|
2025-10-18 13:03:53 -05:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Literata:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
|
|
|
|
|
<meta name="description" content="Uncovering the Recursive Real.">
|
|
|
|
|
<meta property="og:title" content="The Fold Within Earth">
|
|
|
|
|
<meta property="og:description" content="Uncovering the Recursive Real.">
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:url" content="https://thefoldwithin.earth/">
|
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' data: https:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src https://fonts.gstatic.com; script-src 'self' https://cdn.jsdelivr.net;">
|
|
|
|
|
<link id="canonical" rel="canonical" href="">
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/dompurify@3.1.6/dist/purify.min.js"></script>
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/marked@14.1.0/lib/marked.umd.min.js"></script>
|
2025-06-06 20:15:48 -05:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2025-10-18 13:03:53 -05:00
|
|
|
<a href="#main" class="skip-link">Skip to content</a>
|
2025-06-06 20:38:51 -05:00
|
|
|
<header>
|
2025-10-18 13:03:53 -05:00
|
|
|
<nav role="navigation">
|
2025-06-08 05:45:25 -05:00
|
|
|
<div class="logo">△◎△</div>
|
2025-10-18 13:03:53 -05:00
|
|
|
<button class="hamburger" aria-label="Menu" aria-expanded="false">☰</button>
|
2025-06-08 05:45:25 -05:00
|
|
|
<ul>
|
2025-10-18 13:03:53 -05:00
|
|
|
<li><a href="#/">Home</a></li>
|
|
|
|
|
<li class="sections"><a href="#">Sections</a>
|
|
|
|
|
<div class="mega">
|
|
|
|
|
<ul id="sections-list"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li><form id="search-form"><input type="search" id="search-input" placeholder="Search..."></form></li>
|
|
|
|
|
<li><a href="#/about">About</a></li>
|
|
|
|
|
<li><a href="/rss.xml" target="_blank">RSS</a></li>
|
2025-06-08 05:45:25 -05:00
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
<div class="hero">
|
|
|
|
|
<div class="glyph"></div>
|
2025-10-18 13:03:53 -05:00
|
|
|
<h1>UNCOVERING THE RECURSIVE REAL.</h1>
|
2025-06-08 05:45:25 -05:00
|
|
|
</div>
|
2025-06-06 20:38:51 -05:00
|
|
|
</header>
|
|
|
|
|
|
2025-10-18 13:03:53 -05:00
|
|
|
<main id="main" role="main" tabindex="-1">
|
|
|
|
|
<p class="loading">Loading...</p>
|
2025-06-06 20:38:51 -05:00
|
|
|
</main>
|
2025-10-16 17:38:28 -05:00
|
|
|
|
2025-10-18 13:03:53 -05:00
|
|
|
<footer id="footer">
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
<script src="util.js"></script>
|
|
|
|
|
<script src="sanitize.js"></script>
|
|
|
|
|
<script src="render.js"></script>
|
|
|
|
|
<script src="app.js"></script>
|
|
|
|
|
<script src="mud.js"></script>
|
2025-06-06 20:15:48 -05:00
|
|
|
</body>
|
2025-10-18 13:03:53 -05:00
|
|
|
</html>
|