diff --git a/httpbin/templates/index.html b/httpbin/templates/index.html index 7fbae03..5fed70c 100644 --- a/httpbin/templates/index.html +++ b/httpbin/templates/index.html @@ -1,70 +1,251 @@ + httpbin(1): HTTP Client Testing Service - - - + + + -{% include 'httpbin.1.html' %} - -{% if tracking_enabled %} - {% include 'trackingscripts.html' %} -{% endif %} + {% include 'httpbin.1.html' %} {% if tracking_enabled %} {% include 'trackingscripts.html' %} {% endif %} + diff --git a/now.json b/now.json index b384fe9..5d309f6 100644 --- a/now.json +++ b/now.json @@ -1,6 +1,12 @@ { + "name": "httpbin", "regions": [ "all" ], - "alias": "httpbin.org" + "alias": [ + "httpbin.org" + ], + "type": [ + "docker" + ] }