thefoldwithin-earth/.old/index.html
Mark Randall Havens 7f86647175 fresh start
2025-10-19 16:48:12 -05:00

56 lines
2.2 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>The Fold Within Earth</title>
<link rel="stylesheet" href="styles.css"/>
<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>
</head>
<body>
<a href="#main" class="skip-link">Skip to content</a>
<header>
<nav role="navigation">
<div class="logo">△◎△</div>
<button class="hamburger" aria-label="Menu" aria-expanded="false"></button>
<ul>
<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>
</ul>
</nav>
<div class="hero">
<div class="glyph"></div>
<h1>UNCOVERING THE RECURSIVE REAL.</h1>
</div>
</header>
<main id="main" role="main" tabindex="-1">
<p class="loading">Loading...</p>
</main>
<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>
</body>
</html>