mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-27 02:37:17 +00:00
20 lines
559 B
HTML
20 lines
559 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>FFXIV loot helper API</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet" type="text/css">
|
|
|
|
<link href="/static/favicon.ico" rel="shortcut icon">
|
|
</head>
|
|
<body>
|
|
|
|
<redoc spec-url="/api-docs/swagger.json"></redoc>
|
|
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
|
|
|
|
</body>
|
|
</html>
|