From 8f3934c13a1e01cde22f08681ec2decac7b606ac Mon Sep 17 00:00:00 2001 From: Zachary Elliott Date: Wed, 9 Jul 2014 18:08:51 -0400 Subject: [PATCH] Cleaning up style and removing unneeded information fields --- templates/index.html | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) 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 @@
    - +