<!DOCTYPE html>
<html>
<head>
    <title>VPS Monitoring</title>
    <style>
        body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
        h1 { color: #333; }
    </style>
</head>
<body>
    <h1>VPS Monitoring Endpoints</h1>
</body>
</html>