mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 02:57:10 -05:00
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
HTML
<!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. — February 2026
|
|
</footer>
|
|
</body>
|
|
</html>
|