-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstatus.html
More file actions
33 lines (28 loc) · 954 Bytes
/
status.html
File metadata and controls
33 lines (28 loc) · 954 Bytes
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
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Status Checker Information</title>
</head>
<body>
<h1>Status Checker Information</h1>
<p>
Welcome to the bot.html page. If you've arrived here, you've likely
noticed our status checker accessing your website.
<br />
<br />
The only automated tool we use is <code>GoExportStatusChecker/1.0</code>,
which simply verifies if your website is online.
<br />
<br />
This tool does not collect any data; it works as a companion to our main
software, <a href="https://goexport.lexian.dev/">GoExport.</a>
<br />
<br />
If you see this status checker in your server logs, it means a GoExport
user has started the app, selected your website, and is exporting their
video.
</p>
</body>
</html>