mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-04 19:37:45 +01:00
20 lines
773 B
HTML
20 lines
773 B
HTML
<!-- HTML for static distribution bundle build -->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>tdlight Telegram bot API docs</title>
|
|
<link rel="stylesheet" type="text/css" href="dist/swagger-ui.css" />
|
|
<link rel="stylesheet" type="text/css" href="index.css" />
|
|
<link rel="icon" type="image/png" href="icons/favicon-32x32.png" sizes="32x32" />
|
|
<link rel="icon" type="image/png" href="icons/favicon-16x16.png" sizes="16x16" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="swagger-ui"></div>
|
|
<script src="dist/swagger-ui-bundle.js" charset="UTF-8"> </script>
|
|
<script src="dist/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
|
|
<script src="dist/swagger-initializer.js" charset="UTF-8"> </script>
|
|
</body>
|
|
</html>
|