| <!doctype html> |
| <html lang="id"> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>Ditss BratX API — Free Text-to-Image</title> |
| <meta name="description" content="Free Brat Text-to-Image API by DitssCloud. Fast, simple, and optimized for developers."> |
| <style> |
| body { |
| font-family: Arial, sans-serif; |
| background: #0a0f24; |
| color: #fff; |
| margin: 0; |
| padding: 0; |
| text-align: center; |
| } |
| main { |
| padding: 60px 20px; |
| max-width: 700px; |
| margin: auto; |
| } |
| h1 { |
| font-size: 2.6rem; |
| margin-bottom: 10px; |
| background: linear-gradient(90deg,#00c6ff,#0072ff); |
| -webkit-background-clip: text; |
| -webkit-text-fill-color: transparent; |
| } |
| p { |
| font-size: 1.1rem; |
| line-height: 1.6; |
| opacity: 0.9; |
| margin-bottom: 35px; |
| } |
| button { |
| background: #0072ff; |
| color: #fff; |
| border: none; |
| padding: 12px 25px; |
| border-radius: 10px; |
| cursor: pointer; |
| font-size: 1rem; |
| transition: 0.25s; |
| } |
| button:hover { |
| background: #005bd1; |
| transform: scale(1.05); |
| } |
| </style> |
| </head> |
|
|
| <body> |
| <main> |
| <h1>Ditss BratX API</h1> |
| <p> |
| BratX API adalah layanan gratis untuk membuat gambar teks bergaya BRAT |
| secara instan. Dibangun menggunakan FastAPI untuk performa tinggi dan |
| respons super cepat. Cocok untuk pengembang, bot WhatsApp, website, |
| dan aplikasi kreatif lainnya. |
| </p> |
|
|
| <button onclick="location.href='/docs'">Lihat Dokumentasi</button> |
| </main> |
| </body> |
| </html> |