| <!doctype html> |
|
|
| <html lang="id"> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>InuSoft Brat - FastAPI</title> |
| <meta name="description" content="Brat Generator Api's"> |
| </head> |
| <body> |
| <main> |
| <h1>InuSoft Brat - FastAPI</h1> |
| <p>This REST API is built using FastAPI - a modern, high-performance web framework for Python specifically designed for API creation. This API especially for making text to images with brat style, you can check on the brat generator website www.bratgenerator.com</p> |
| <button type="button" onclick="location.href='/docs'">View Documentation</button> |
| </main> |
|
|
| </body> |
| </html> |