18 lines
487 B
HTML
Raw Permalink Normal View History

2025-12-18 01:13:04 -03:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-01-04 09:16:08 -03:00
<title>bstein.dev | Titan Lab</title>
2025-12-18 01:13:04 -03:00
<meta
name="description"
2026-01-04 09:16:08 -03:00
content="Live status for the Titan Lab clusters powering bstein.dev."
2025-12-18 01:13:04 -03:00
/>
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>