1201-retail-triage/index.html

28 lines
763 B
HTML
Raw Permalink Normal View History

2026-08-18 13:09:17 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AGC 1201 Retail Triage</title>
<style>
body {
font-family: 'Courier New', monospace;
background-color: #000;
color: #0f0;
margin: 0;
padding: 20px;
}
h1 {
color: #0ff;
}
a {
color: #f0f;
}
</style>
</head>
<body>
<h1>AGC 1201 Retail Triage</h1>
<p>Mapping Apollo guidance computer interrupt overflow to retail floor triage protocol.</p>
<p>Check out the film: <a href="https://4ort.mov/w/53gEKfn6KD2R8VXH7JnrJb">AGC 1201 Retail Triage</a></p>
</body>
</html>