index.html 818 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ActivityPub plugin for GNU Social API Documentation</title>
  5. <!-- needed for adaptive design -->
  6. <meta charset="utf-8"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
  9. <link rel="icon" href="https://git.gnu.io/gnu/gnu-social/raw/b286e8798b7f89cd72ef19dc335624100f43ce94/theme/neo-gnu/favicon.ico">
  10. <!--
  11. ReDoc doesn't change outer page styles
  12. -->
  13. <style>
  14. body {
  15. margin: 0;
  16. padding: 0;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <redoc spec-url='openapi.json'></redoc>
  22. <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
  23. </body>
  24. </html>