diff options
Diffstat (limited to 'libmproxy/templates/index.html')
-rw-r--r-- | libmproxy/templates/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libmproxy/templates/index.html b/libmproxy/templates/index.html index 4e5c885b..cfa81dc2 100644 --- a/libmproxy/templates/index.html +++ b/libmproxy/templates/index.html @@ -1,12 +1,17 @@ {% extends "frame.html" %} {% block body %} - <div class="masthead"> <div class="container"> - <h1>mitmproxy: pathological HTTP</h1> - <p>This is an index page.</p> + <p> + <a href="/cert/pem"><i class="fa fa-apple fa-5x"></i></a> + </p> + + <p><i class="fa fa-windows fa-5x"></i></p> + + <p><i class="fa fa-android fa-5x"></i></p> + </div> </div> |