diff --git a/html/index.html b/html/index.html index 8466257..8b3a65a 100644 --- a/html/index.html +++ b/html/index.html @@ -32,22 +32,29 @@
-

{{ .Host }} — What is my IP address?

-

{{ .IP }}

-

- The best tool to find your own IP address, and information about it. -

+
+

{{ .Host }} — What is my IP address?

+

{{ .IP }}

+

+ The best tool to find your own IP address, and information about + it. +

+
-
@@ -176,142 +183,153 @@
-

How do I get this programmatically?

-

- With the widget below you can build your query, and see what the - result will look like. -

-
- -
- - - - - - +
+

How do I get this programmatically?

+

+ With the widget below you can build your query, and see what the + result will look like. +

+
+ +
+ + + + + + +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + +
You can open this page for another IP
+ + Check Another IP + + + +
+ And you can check if a port on your IP is open +
+ + Check For Port + +
-
- + + +
+

FAQ

+

How do I force IPv4 or IPv6 lookup?

+

+ As of 2018-07-25 it's no longer possible to force protocol using + the + v4 and v6 subdomains. IPv4 or IPv6 still can be + forced by passing the appropiate flag to your client, e.g + curl -4 or curl -6. +

+

Can I force getting JSON?

+

+ Setting the Accept: application/json header works + as expected. +

+ +

Is automated use of this service permitted?

+

+ Yes, as long as the rate limit is respected. The rate limit is + in place to ensure a fair service for all. +

+

+ Please limit automated requests to 1 request per minute. No guarantee is made for requests that exceed this limit. + They may be rate-limited, with a 429 status code, or dropped + entirely. +

+ +

Can I run my own service?

+

+ Yes, the source code and documentation is available on + GitHub. +

-
- - - - - - - - - - - - - - - - - - - - -
You can open this page for another IP
- - Check Another IP - - - -
- And you can check if a port on your IP is open -
- - Check For Port
-
- - -
-

FAQ

-

How do I force IPv4 or IPv6 lookup?

-

- As of 2018-07-25 it's no longer possible to force protocol using - the - v4 and v6 subdomains. IPv4 or IPv6 still can be - forced by passing the appropiate flag to your client, e.g - curl -4 or curl -6. -

-

Can I force getting JSON?

-

- Setting the Accept: application/json header works as - expected. -

- -

Is automated use of this service permitted?

-

- Yes, as long as the rate limit is respected. The rate limit is in - place to ensure a fair service for all. -

-

- Please limit automated requests to 1 request per minute. - No guarantee is made for requests that exceed this limit. They may - be rate-limited, with a 429 status code, or dropped entirely. -

- -

Can I run my own service?

-

- Yes, the source code and documentation is available on - GitHub. -

diff --git a/html/styles.html b/html/styles.html index a616aea..f1eb4d1 100644 --- a/html/styles.html +++ b/html/styles.html @@ -41,7 +41,7 @@ margin-right: auto; padding-left: 1em; padding-right: 1em; - max-width: 1280px; + max-width: 1024px; } .center { @@ -66,6 +66,7 @@ border: 1px solid grey; font-family: "Courier New", Courier, monospace; margin-top: 0.5rem; + box-sizing: border-box; } .widgetbox.input :first-child::before { @@ -79,19 +80,18 @@ overflow-x: scroll; } - /* Add a gutter to Pure's Columns */ - .pure-g.gutters { - margin: 0 -1em; - } - .pure-g.gutters > [class*="pure-u"] { - box-sizing: border-box; - padding: 0em 1em; + .l-box { + margin: 0 1rem; } .align-right { text-align: right; } + .narrow-input { + width: 10em; + } + /* TOGGLE */ /* https://codepen.io/avstorm/pen/jOEpBLW */ input[type="checkbox"] { -webkit-appearance: none;