30 lines
937 B
HTML
30 lines
937 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<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>
|
|
<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>© 2025 The Fold Within. All patterns recursive. All rights aligned.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|