github.com/okex/exchain@v1.8.0/libs/tendermint/rpc/swagger/index.html (about)

     1  <!-- HTML for static distribution bundle build -->
     2  <!DOCTYPE html>
     3  <html lang="en">
     4      <head>
     5          <meta charset="UTF-8">
     6          <title>Tendermint RPC</title>
     7          <link rel="stylesheet" type="text/css" href="//unpkg.com/swagger-ui-dist@3/swagger-ui.css" >
     8          <link rel="icon" type="image/png" href="//unpkg.com/swagger-ui-dist@3/favicon-16x16.png"/>
     9          <script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
    10      </head>
    11  
    12      <body>
    13          <div id="swagger-ui"></div>
    14          <script>
    15              window.onload = function() {
    16                  window.ui = SwaggerUIBundle({
    17                      url: "./swagger.yaml",
    18                      dom_id: '#swagger-ui',
    19                      deepLinking: true,
    20                      layout: "BaseLayout"
    21                  });
    22              }
    23          </script>
    24      </body>
    25  </html>