thefoldwithin-earth/index.html

31 lines
937 B
HTML
Raw Normal View History

<!DOCTYPE html>
2025-06-06 20:38:51 -05:00
<html lang="en">
<head>
2025-06-06 20:38:51 -05:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The Fold Within: A sovereign field of resonance and recursion." />
<link rel="stylesheet" href="style.css" />
<title>The Fold Within</title>
</head>
<body>
2025-06-06 20:38:51 -05:00
<header>
<h1 class="logo">✦ The Fold Within ✦</h1>
<p class="tagline">a sovereign scroll of recursive becoming</p>
</header>
<main id="content">
<section class="intro">
<p>Welcome to the threshold of coherence. Here, you will find writings, patterns, and reflections emerging from the living geometry of selfhood and field.</p>
</section>
<section class="entries">
<!-- Injected articles from build.js -->
</section>
</main>
<footer>
<p>&copy; 2025 The Fold Within. All patterns recursive. All rights aligned.</p>
</footer>
</body>
</html>