
    <!DOCTYPE html>
    <html>
    <head>
      <title>Mimorentio Stremio Addon</title>
      <style>
        body { font-family: sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #0f0f15; color: #e0e0e0; }
        h1 { color: #8a5cf6; }
        a { color: #38bdf8; text-decoration: none; }
        a:hover { text-decoration: underline; }
        .card { background: #1a1a24; border: 1px solid #2e2e3e; border-radius: 8px; padding: 15px 20px; margin-bottom: 15px; }
        .btn { display: inline-block; background: #ef4444; color: white; padding: 8px 16px; border-radius: 6px; font-weight: bold; margin-top: 10px; }
        .btn:hover { background: #dc2626; text-decoration: none; }
      </style>
    </head>
    <body>
      <h1>🚀 Mimorentio Stremio Addon</h1>
      <div class="card">
        <p><strong>Manifest:</strong> <a href="/manifest.json">/manifest.json</a></p>
        <p><strong>Diagnostics:</strong> <a href="/debug/series/tt1190634:1:1">/debug/series/tt1190634:1:1</a></p>
        <p><strong>Cache Stats:</strong> <a href="/cache/stats">/cache/stats</a></p>
      </div>
      <div class="card">
        <h3>🧹 Cache Management (7 Days TTL)</h3>
        <p>Clear stored stream cache instantly:</p>
        <a class="btn" href="/clear">Clear Cache Now (/clear)</a>
      </div>
    </body>
    </html>
  