index.html 507 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="shortcut icon" href="/static/favicon.png">
  6. <title>API Library</title>
  7. <style>
  8. body { text-align: center }
  9. h2 { font-weight: normal }
  10. a { text-decoration: none }
  11. a:hover { color: rgb(24, 111, 175) }
  12. a { color: rgb(50, 50, 159) }
  13. </style>
  14. </head>
  15. <body>
  16. <h1>{{ attr_text }}</h1>
  17. <h2><a href="/docs">Swagger UI</a></h2>
  18. <h2><a href="/redoc">ReDoc UI</a></h2>
  19. </body>
  20. </html>