fresh start
This commit is contained in:
parent
62c3e2d368
commit
7f86647175
570 changed files with 4895 additions and 866 deletions
56
index.html
56
index.html
|
|
@ -1,56 +0,0 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue