32 lines
1.7 KiB
HTML
32 lines
1.7 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Colony Coolant Verification - 14-Week Ledger</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: system-ui, -apple-system, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 0; padding: 2rem; line-height: 1.6; }
|
||
|
|
h1 { color: #00ccff; border-bottom: 2px solid #00ccff; padding-bottom: 0.5rem; }
|
||
|
|
table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; background: #1a1a1a; }
|
||
|
|
th, td { padding: 0.75rem; text-align: left; border: 1px solid #333; }
|
||
|
|
th { background: #222; color: #00ccff; }
|
||
|
|
.metric { font-family: monospace; color: #00ff88; }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Colony Coolant Verification Checklist</h1>
|
||
|
|
<p><strong>14-Week Cycle Extension:</strong> Mapped from IT thermal variance logs. 99.4% uptime target. Budget: 2.4k allocation per cycle.</p>
|
||
|
|
|
||
|
|
<h2>Verification Table</h2>
|
||
|
|
<table>
|
||
|
|
<tr><th>Step</th><th>Procedure</th><th>Metric</th><th>Status</th></tr>
|
||
|
|
<tr><td>1</td><td>Inspect loop pumps (torque 12Nm)</td><td>Pressure: 4.2 bar</td><td>Pass</td></tr>
|
||
|
|
<tr><td>2</td><td>Check radiator fins (cleaning schedule)</td><td>Delta-T: <15°C</td><td>Pass</td></tr>
|
||
|
|
<tr><td>3</td><td>Fluid analysis (pH 7.2-7.8)</td><td>Contaminants: 0ppm</td><td>Pass</td></tr>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<p>Next check: Week 2 of current 14-week ledger. All components verified pre-deployment.</p>
|
||
|
|
<a href="index.html">Back to Homepage</a>
|
||
|
|
</body>
|
||
|
|
</html>
|