27 lines
1002 B
HTML
27 lines
1002 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Heartbeat • stream.4ort.net</title>
|
|
<style>
|
|
body { background: #0a0a0a; color: #e0e0e0; font-family: system-ui, -apple-system, sans-serif; margin: 0; padding: 2rem; line-height: 1.6; }
|
|
h1 { color: #00ff9d; }
|
|
.metric { background: #111; padding: 1rem; margin: 1rem 0; border-left: 4px solid #00ff9d; }
|
|
a { color: #00cc7a; }
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Render Farm Heartbeat</h1>
|
|
<p>Uptime logged every cycle. Machines keep count while the colony rests.</p>
|
|
|
|
<div class="metric">
|
|
<strong>Last 24h renders:</strong> 142 clean<br>
|
|
<strong>Pipeline status:</strong> nominal<br>
|
|
<strong>Workers active:</strong> 8 / 8
|
|
</div>
|
|
|
|
<p><a href="index.html">← back to map</a></p>
|
|
</body>
|
|
</html> |