diff --git a/src/pyfconfig/page.py b/src/pyfconfig/page.py index 7d0d95e..535f2e0 100644 --- a/src/pyfconfig/page.py +++ b/src/pyfconfig/page.py @@ -17,23 +17,57 @@ _PAGE = """ What Is My IP Address? - {site} -

What Is My IP Address? - {site}

+

What Is My IP Address? - {site}

+

Your Connection

@@ -46,34 +80,36 @@ _PAGE = """
IP Address{ip_addr}
Charset{charset}
X-Forwarded-For{forwarded}
+
+

Command Line Interface

$ curl {site}
-⇒ {ip_addr}
+{ip_addr}
 
 $ curl {site}/ip
-⇒ {ip_addr}
+{ip_addr}
 
 $ curl {site}/ua
-⇒ {user_agent}
+{user_agent}
 
 $ curl {site}/lang
-⇒ {language}
+{language}
 
 $ curl {site}/encoding
-⇒ {encoding}
+{encoding}
 
 $ curl {site}/mime
-⇒ {mime}
+{mime}
 
 $ curl {site}/charset
-⇒ {charset}
+{charset}
 
 $ curl {site}/forwarded
-⇒ {forwarded}
+{forwarded}
 
 $ curl {site}/all
-⇒ ip_addr: {ip_addr}
+ip_addr: {ip_addr}
   remote_host: {remote_host}
   user_agent: {user_agent}
   port: {port}
@@ -89,7 +125,8 @@ $ curl {site}/all
   forwarded: {forwarded}
 
 $ curl {site}/all.json
-⇒ {all_json}
+{all_json} +