Files
about.uptime.link/index.html

28 lines
1.3 KiB
HTML
Raw Normal View History

2025-12-23 00:23:21 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>uptime.link - Open Source Uptime Monitoring</title>
<meta name="description" content="uptime.link is an Open Source uptime monitoring platform with local network detection, service discovery, and embeddable status widgets." />
<meta name="author" content="uptime.link" />
2025-12-23 00:23:21 +00:00
<meta property="og:title" content="uptime.link - Open Source Uptime Monitoring" />
<meta property="og:description" content="uptime.link is an Open Source uptime monitoring platform with local network detection, service discovery, and embeddable status widgets." />
2025-12-23 00:23:21 +00:00
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@uptime_link" />
<!-- JetBrains Mono Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&display=swap" rel="stylesheet">
2025-12-23 00:23:21 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>