mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
improve footer
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
<div class='swagger-ui'>
|
||||
<div class="wrapper">
|
||||
<section class="block col-12 block-desktop col-12-desktop">
|
||||
<div>
|
||||
<div class="wrapper">
|
||||
<section class="block col-12 block-desktop col-12-desktop">
|
||||
<div>
|
||||
|
||||
<h2>Other Utilities</h2>
|
||||
<h2>Other Utilities</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="{{url_for('view_forms_post')}}">HTML form</a> that posts to /post /forms/post</li>
|
||||
<li><a href='//now.httpbin.org'>now.httpbin.org</a> The current time, in a variety of formats."</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{url_for('view_forms_post')}}">HTML form</a> that posts to /post /forms/post</li>
|
||||
</ul>
|
||||
|
||||
<br /><br />
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user