UNPKG

rapidoc

Version:

RapiDoc - Open API spec viewer with built in console

44 lines (42 loc) 2.44 kB
<!doctype html> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-132775238-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-132775238-1'); </script> <script type="text/javascript" src="rapidoc-min.js"></script> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"> <style> rapi-doc{ width:100%; } </style> </head> <body> <div style="height:100px; padding:16px"> <h1>The quick brown fox jumps over the lazy dog.</h1> <h3>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</h3> </div> <div style="height:450px; display:flex"> <div style="width:270px; padding:0 16px 16px 16px"> <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p> <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p> <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p> <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p> </div> <rapi-doc style="flex:1; margin:16px; border:4px solid #ccc;border-radius:4px;" spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json" show-header='false' show-info='false' allow-authentication='false' theme='dark' layout="column" > </rapi-doc> </div> </body> </html>