diff --git a/html/index.html b/html/index.html index 2dc79b7..dc814ee 100644 --- a/html/index.html +++ b/html/index.html @@ -71,14 +71,14 @@
-

What do we know about this IP Address?

+

What do we know about this IP address?

- + - + {{ if .Country }} @@ -88,32 +88,32 @@ {{ end }} {{ if .CountryISO }} - + {{ end }} {{ if .CountryEU }} - + {{ end }} {{ if .RegionName }} - + {{ end }} {{ if .RegionCode }} - + {{ end }} {{ if .MetroCode }} - + {{ end }} {{ if .PostalCode }} - + {{ end }} {{ if .City }} @@ -143,7 +143,7 @@ {{ end }} {{ if .ASNOrg }} - + {{ end }} {{ if .Hostname }} @@ -153,17 +153,17 @@ {{ end }} {{ if .UserAgent }} {{ if .UserAgent.Comment }} - + {{ end }} {{ if .UserAgent.Comment }} - + {{ end }} {{ if .UserAgent.RawValue }} - + {{ end }} {{ end }} @@ -269,12 +269,11 @@
diff --git a/html/styles.html b/html/styles.html index c2e0b4b..e2cd974 100644 --- a/html/styles.html +++ b/html/styles.html @@ -90,7 +90,6 @@ .narrow-input { width: 5.5em; - height: 1.3em; margin-top: 0.2em; }
IP AddressIP address {{ .IP }}
IP DecimalIP address (decimal) {{ .IPDecimal }}
CountryISOCountry (ISO code) {{ .CountryISO }}
CountryEUIn EU? {{ .CountryEU }}
RegionNameRegion {{ .RegionName }}
RegionCodeRegion code {{ .RegionCode }}
MetroCodeMetro code {{ .MetroCode }}
PostalCodePostal code {{ .PostalCode }}
ASNOrgASN (organization) {{ .ASNOrg }}
User AgentUser agent {{ .UserAgent.Product }}/{{ .UserAgent.Version }}
CommentUser agent: Comment {{ .UserAgent.Comment }}
Raw ValueUser agent: Raw {{ .UserAgent.RawValue }}