mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Added header placeholder and loader spinner (in case page takes long time to load)
This commit is contained in:
@@ -70,7 +70,36 @@
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
<div id="swagger-ui"></div>
|
||||
|
||||
<div id="swagger-ui">
|
||||
<div data-reactroot="" class="swagger-ui">
|
||||
<div>
|
||||
<div class="information-container wrapper">
|
||||
<section class="block col-12">
|
||||
<div class="info">
|
||||
<hgroup class="main">
|
||||
<h2 class="title">httpbin.org<small><pre class="version">0.9.0</pre></small></h2>
|
||||
<pre class="base-url">[ Base URL: httpbin.org/ ]</pre>
|
||||
</hgroup>
|
||||
<div class="description">
|
||||
<div class="markdown">
|
||||
<p>A simple HTTP Request & Response Service.
|
||||
<br> <br> <b>Run locally: </b> <code>$ docker run -p 80:80 kennethreitz/httpbin</code></p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div><a href="https://kennethreitz.org" target="_blank">the developer - Website</a></div>
|
||||
<a href="mailto:me@kennethreitz.org">Send email to the developer</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ADDS THE LOADER SPINNER -->
|
||||
<div class="loading-container"><div class="loading"></div></div>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class='swagger-ui'>
|
||||
|
||||
Reference in New Issue
Block a user