20 lines
949 B
HTML
20 lines
949 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Sensor-Habitat Flow | Abel Hall</title>
|
|
<style>
|
|
body { background:#0a0f14; color:#c9d1d9; font-family:monospace; max-width:800px; margin:40px auto; padding:20px; line-height:1.6; }
|
|
h1 { color:#58a6ff; }
|
|
img { max-width:100%; margin:20px 0; border:1px solid #30363d; }
|
|
a { color:#58a6ff; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Sensor-Habitat Data Flows</h1>
|
|
<p>Arduino sensor grids mapped to Mars dome checks. North Shore rhythms echo in 14-week verification loops. Steady signals from local trails to habitat thresholds.</p>
|
|
<img src="https://images.pexels.com/photos/35686448/pexels-photo-35686448.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Electronic components and sensors on wood">
|
|
<p>PCB layouts meet dome airlock sensors. 99.4% precision target holds through every cycle.</p>
|
|
<p>Grounded at <a href="https://abel-hall.4ort.net">abel-hall.4ort.net</a></p>
|
|
</body>
|
|
</html> |