Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .nojekyll
Empty file.
40 changes: 40 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Trivial Zero — Simulation Theory</title>
<style>
body { font-family: Georgia, serif; max-width: 800px; margin: 40px auto; padding: 0 20px; line-height: 1.7; color: #222; }
h1 { font-size: 1.8em; margin-bottom: 0.2em; }
.subtitle { color: #555; margin-bottom: 2em; }
nav ul { list-style: none; padding: 0; }
nav ul li { margin: 0.5em 0; }
nav ul li a { text-decoration: none; color: #0366d6; }
nav ul li a:hover { text-decoration: underline; }
footer { margin-top: 3em; font-size: 0.85em; color: #888; }
</style>
</head>
<body>
<h1>The Trivial Zero</h1>
<p class="subtitle">A Computational Proof That Reality Is Self-Referential — Alexa Louise Amundson</p>

<nav>
<ul>
<li><a href="README.md">Full Paper (README.md)</a></li>
<li><a href="EXPANSION.md">Expansion</a></li>
<li><a href="INDEX.md">Index</a></li>
<li><a href="SHA256.md">SHA-256 Verification</a></li>
<li><a href="equations/">Equations</a></li>
<li><a href="proofs/">Proofs</a></li>
<li><a href="figures/">Figures</a></li>
<li><a href="qwerty/">QWERTY Constants</a></li>
<li><a href="notebooks/">Notebooks</a></li>
</ul>
</nav>

<footer>
BlackRoad OS, Inc. &mdash; February 2026
</footer>
</body>
</html>