
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AlterDIM API</title>
    <style>
        body { font-family: "Segoe UI", Arial, sans-serif; background: #0f172a; color: #e2e8f0; margin: 0; padding: 40px; line-height: 1.6; }
        .container { max-width: 820px; margin: auto; }
        h1 { color: #60a5fa; }
        .status { color: #34d399; font-weight: bold; }
        .endpoint { background: #1e2937; padding: 16px; border-radius: 8px; margin: 16px 0; border-left: 4px solid #60a5fa; }
        code { background: #334155; padding: 3px 7px; border-radius: 4px; font-family: monospace; }
    </style>
</head>
<body>
    <div class="container">
        <h1>AlterDIM API</h1>
        <p class="status">● Operational • v2.4.1</p>
        <p>Enterprise-grade API platform.</p>
        
        <div class="endpoint">
            <strong>Endpoints:</strong><br>
            <code>POST /v2/auth/login</code><br>
            <code>GET /v2/status</code><br>
            <code>POST /v2/sync</code><br>
            <code>GET /v2/health</code>
        </div>

        <p><small>© 2026 AlterDIM Systems. Unauthorized access is prohibited.</small></p>
    </div>
</body>
</html>