index.html 602 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>go2rtc - API</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
  8. <style>
  9. body {
  10. margin: 0;
  11. padding: 0;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <redoc spec-url="https://raw.githubusercontent.com/AlexxIT/go2rtc/master/api/openapi.yaml"></redoc>
  17. <script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
  18. </body>
  19. </html>