diff --git a/index.html b/index.html index f40db26..75a1684 100644 --- a/index.html +++ b/index.html @@ -2,67 +2,71 @@ - What is my IP address — ifconfig.co + What is my IP address? — ifconfig.co - + - + -
-
-
-

What is my IP address?

-

Your IP address is:

-

{{ .IP }}

- -
-
-
-
- - - - - - - - - - - - - {{ if $self := . }} - {{ range $key, $value := .Header }} - - - - - {{end}} - {{end}} - - - -
CommandResponse
curl ifconfig.co{{ .IP }}
curl ifconfig.co/{{ ToLower $key }}{{ index $self.Header $key 0 }}
curl ifconfig.co/all.json
{{ .JSON }}
-
+
+
+

What is my IP address?

+

Your IP:

+

{{ .IP }}

+
+ + + + + + + + + + + + + {{ if $self := . }} + {{ range $key, $value := .Header }} + + + + + {{end}} + {{end}} + + + +
CommandResponse
curl ifconfig.co{{ .IP }}
curl ifconfig.co/{{ ToLower $key }}{{ index $self.Header $key 0 }}
curl ifconfig.co/all.json
{{ .JSON }}
Fork me on GitHub