diff --git a/templates/index.html b/templates/index.html index 0399b0f..585c128 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,12 +4,14 @@ - + ifconfig.io
@@ -36,12 +38,6 @@
  • Referer
    {{ .referer }}
  • -
  • -
    Connection
    {{ .connection }}
    -
  • -
  • -
    KeepAlive
    {{ .keep_alive }}
    -
  • Method
    {{ .method }}
  • @@ -51,12 +47,6 @@
  • MIME Type
    {{ .mime }}
  • -
  • -
    Charset
    {{ .charset }}
    -
  • -
  • -
    Via
    {{ .via }}
    -
  • X-Forwarded-For
    {{ .forwarded }}
  • @@ -85,24 +75,12 @@
  • $ curl ifconfig.io/lang
    {{ .lang }}
  • -
  • -
    $ curl ifconfig.io/keepalive
    {{ .keep_alive }}
    -
  • -
  • -
    $ curl ifconfig.io/connection
    {{ .connection }}
    -
  • $ curl ifconfig.io/encoding
    {{ .encoding }}
  • $ curl ifconfig.io/mime
    {{ .mime }}
  • -
  • -
    $ curl ifconfig.io/charset
    {{ .charset }}
    -
  • -
  • -
    $ curl ifconfig.io/via
    {{ .via }}
    -
  • $ curl ifconfig.io/forwarded
    {{ .forwarded }}
  • @@ -118,6 +96,8 @@
    - +