anycast/index.html
2023-05-26 21:45:58 +01:00

31 lines
857 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>burble.dn42 anycast status</title>
</head>
<body>
<div>
<nav class="navbar navbar-light bg-dark">
<div class="container-fluid py-2 px-4">
<a href="/"><img src="/burble-dn42-64-white.png" height="40"/></a>
<span class="h2 text-light">Anycast Status</span>
</div>
</nav>
</div>
<div class="m-3">
<p>
This page shows the live status of burble.dn42 anycast and dynamically routed services.<br/>
Each node runs health check scripts that update every minute with the results distributed by the nats.io cluster.
</p>
<div class="container py-3" id="anycast"></div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>