Skip to content

Commit 372476f

Browse files
committed
initial commit
1 parent 477d9d4 commit 372476f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!doctype html>
2+
<html lang="en" class="theme__dark">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta name="description" content="This is just to check the internet connectivity" />
8+
<title>Devtron - Heartbeat</title>
9+
</head>
10+
<body>
11+
<div class="container">
12+
<h1>Devtron - Heartbeat</h1>
13+
<p>This page is used to check the internet connectivity.</p>
14+
<p>It will be used by the Devtron agent to check if the internet is reachable.</p>
15+
<p>It will return a 200 OK response if the internet is reachable.</p>
16+
<p>If the internet is not reachable, it will return a 503 Service Unavailable response.</p>
17+
</div>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)