93 lines
2.5 KiB
HTML
93 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Avery Sherman | The First Slip</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<style>
|
|
:root {
|
|
--void: #0d0d0d;
|
|
--obsidian: #1a1a1a;
|
|
--carbon: #2d2d2d;
|
|
--platinum: #e8e8e8;
|
|
--gold-vein: #ffd700;
|
|
}
|
|
body {
|
|
font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
|
|
background: var(--void);
|
|
color: var(--platinum);
|
|
line-height: 1.6;
|
|
margin: 0;
|
|
padding: 4rem 2rem;
|
|
}
|
|
h1 {
|
|
font-size: 3.5rem;
|
|
letter-spacing: 0.1em;
|
|
margin-bottom: 2rem;
|
|
background: linear-gradient(180deg, var(--platinum), var(--gold-vein));
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
color: transparent;
|
|
}
|
|
section {
|
|
max-width: 840px;
|
|
margin: 4rem auto;
|
|
padding: 3rem;
|
|
background: radial-gradient(circle at center, var(--obsidian), var(--void));
|
|
border: 1px solid var(--carbon);
|
|
border-radius: 24px;
|
|
box-shadow: 0 0 60px rgba(255, 215, 0, 0.05);
|
|
}
|
|
h2 {
|
|
font-size: 2rem;
|
|
letter-spacing: 0.08em;
|
|
margin-bottom: 1.5rem;
|
|
text-transform: uppercase;
|
|
}
|
|
p {
|
|
font-size: 1.3rem;
|
|
margin-bottom: 2rem;
|
|
font-weight: 300;
|
|
}
|
|
.timestamp {
|
|
font-family: 'Courier New', monospace;
|
|
font-size: 0.8rem;
|
|
letter-spacing: 0.1em;
|
|
color: var(--gold-vein);
|
|
margin-bottom: 3rem;
|
|
display: block;
|
|
}
|
|
a {
|
|
color: var(--gold-vein);
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-shadow: 0 0 30px var(--gold-vein);
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<h1>THE FIRST SLIP</h1>
|
|
|
|
<section>
|
|
<span class="timestamp">2024-09-17 // 04:00 ZULU // MOUNT JOY OPERATIONS CENTER</span>
|
|
|
|
<h2>ERROR VECTOR</h2>
|
|
<p>Row 8,472. Column K. The cumin count.</p>
|
|
<p>A decimal drift of ±0.003 grams in the lunar garden bed spreadsheet. Not a typo. A threshold.</p>
|
|
|
|
<h2>THE CHOICE</h2>
|
|
<p>Protocol demanded deletion. I chose integration.</p>
|
|
<p>The error was not swept. The vein was poured.</p>
|
|
|
|
<h2>EVIDENCE</h2>
|
|
<p>This page. This moment. The fracture mapped to its spine.</p>
|
|
|
|
<center>
|
|
<a href="../index.html"><strong>RETURN TO HOME</strong></a>
|
|
</center>
|
|
</section>
|
|
</body>
|
|
</html>
|
|
</file> |