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 }}
-
-
-
-
-
-
-
-
- Command |
- Response |
-
-
-
-
- curl ifconfig.co |
- {{ .IP }} |
-
- {{ if $self := . }}
- {{ range $key, $value := .Header }}
-
- curl ifconfig.co/{{ ToLower $key }} |
- {{ index $self.Header $key 0 }} |
-
- {{end}}
- {{end}}
- curl ifconfig.co/all.json |
- {{ .JSON }} |
-
-
-
+
+
+
What is my IP address?
+
Your IP:
+
{{ .IP }}
+
+
+
+
+ Command |
+ Response |
+
+
+
+
+ curl ifconfig.co |
+ {{ .IP }} |
+
+ {{ if $self := . }}
+ {{ range $key, $value := .Header }}
+
+ curl ifconfig.co/{{ ToLower $key }} |
+ {{ index $self.Header $key 0 }} |
+
+ {{end}}
+ {{end}}
+ curl ifconfig.co/all.json |
+ {{ .JSON }} |
+
+