diff --git a/httpbin/templates/footer.html b/httpbin/templates/footer.html index f923957..ca64381 100644 --- a/httpbin/templates/footer.html +++ b/httpbin/templates/footer.html @@ -2,43 +2,14 @@
- -

Utilities

+ +

Other Utilities

- -

Freely hosted in HTTP, HTTPS, & EU flavors by Kenneth Reitz & Heroku.

- -

Installing and running from PyPI

- -

You can install httpbin as a library from PyPI and run it as a WSGI app. For example, using Gunicorn:

- -
$ pip install httpbin
-$ gunicorn httpbin:app
-
- -

Running with docker

-$ docker run -p 80:80 kennethreitz/httpbin - - -

AUTHOR

- -

A Kenneth Reitz project.

-

BTC: 1Me2iXTJ91FYZhrGvaGaRDCBtnZ4KdxCug

- -

SEE ALSO

- -

Hurl.it - Make HTTP requests.

-

RequestBin - Inspect HTTP requests.

-

http://python-requests.org

- - -

Legacy httpbin website

-To access the old layout click here

diff --git a/httpbin/templates/trackingscripts.html b/httpbin/templates/trackingscripts.html index 4fd235e..080bbcd 100644 --- a/httpbin/templates/trackingscripts.html +++ b/httpbin/templates/trackingscripts.html @@ -1,15 +1,6 @@ {# place tracking scripts (like Google Analytics) here #} -