-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 1.88 KB
/
index.html
File metadata and controls
26 lines (25 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CheckCle - Self-Hosted Open Source Monitoring Tools for Real-time Servers & Applications</title>
<meta name="description" content="CheckCle is a Self-Hosted Open Source monitoring platform for tracking server uptime, website monitoring, and cloud services. Features include TCP, HTTPS, PING checks, and comprehensive application monitoring." />
<meta name="keywords" content="CheckCle, Self-Hosted, Open Source, Monitoring Tools, Uptime Monitoring, Github, Website Monitoring, Server Monitoring, PING, TCP, HTTPS, Cloud Services, Application Monitoring, Service Checks" />
<meta name="author" content="Tola Leng" />
<meta property="og:title" content="CheckCle - Self-Hosted Open Source Monitoring Tools for Real-time Servers & Applications" />
<meta property="og:description" content="Self-Hosted Open source monitoring platform for servers, websites, and cloud applications. Track uptime, perform TCP/HTTPS checks, and monitor your services." />
<meta property="og:image" content="/og-image.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CheckCle - Self-Hosted Open Source Monitoring Tools for Real-time Servers & Applications" />
<meta name="twitter:description" content="Self-Hosted Open Source monitoring platform for servers, websites, and cloud applications. Track uptime, perform TCP/HTTPS checks, and monitor your services." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://checkcle.io" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>