begining fresh with our own everything
This commit is contained in:
parent
ee8da475b4
commit
cb7e2d38be
4 changed files with 89 additions and 6 deletions
30
index.html
30
index.html
|
@ -1,12 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>My Blog</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<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>
|
||||
<h1>My Blog</h1>
|
||||
<div id="content"></div>
|
||||
<script src="posts.js"></script>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue