<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Suno API Service</title>
    <style>
        body { font-family: Arial, sans-serif; text-align: center; padding: 50px; background: #f5f5f5; }
        h1 { color: #333; }
        p { color: #666; }
        .api-link { color: #0066cc; text-decoration: none; }
    </style>
</head>
<body>
    <h1>Suno API Service</h1>
    <p>Professional Music Generation API</p>
    <p>API Endpoint: <a class="api-link" href="https://api.suno-api.io">https://api.suno-api.io</a></p>
</body>
</html>