Files
uptime-monitoring/index.html
T
2026-08-27 17:51:59 +07:00

18 lines
476 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Upwatch — fast, dependable uptime monitoring from Cloudflare's edge."
/>
<meta name="theme-color" content="#ffffff" />
<title>Upwatch — Uptime monitoring</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/client/main.tsx"></script>
</body>
</html>