10 lines
239 B
HTML
10 lines
239 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Status Catcher</title>
|
|
</head>
|
|
<body>
|
|
This page is here so the status page doesn't give a 403 to the user when checking.
|
|
</body>
|
|
</html>
|