File size: 697 Bytes
51cdd3e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<!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> |