diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2012-07-30 21:12:42 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2012-07-30 21:12:42 +1200 |
| commit | 158106d346252a7bbc9e27cfcb90e92743d0ef58 (patch) | |
| tree | e957bed5f41a4505c2178ea66152160051901030 /libpathod/templates/index.html | |
| parent | fde65270afb3855057a86b40c5996c86f58fe97b (diff) | |
| download | mitmproxy-158106d346252a7bbc9e27cfcb90e92743d0ef58.tar.gz mitmproxy-158106d346252a7bbc9e27cfcb90e92743d0ef58.tar.bz2 mitmproxy-158106d346252a7bbc9e27cfcb90e92743d0ef58.zip | |
Doc tweaks.
Diffstat (limited to 'libpathod/templates/index.html')
| -rw-r--r-- | libpathod/templates/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html index b020d60b..1fabcae0 100644 --- a/libpathod/templates/index.html +++ b/libpathod/templates/index.html @@ -12,10 +12,9 @@ </div> </div> -<br> <div class="row"> <div class="span6"> - <div class="well"> + <div> <h1> <a href="/docs/pathod">pathod</a> </h1> <p>A pathological web daemon.</p> @@ -24,7 +23,7 @@ </div> </div> <div class="span6"> - <div class="well"> + <div> <h1> <a href="/docs/pathoc">pathoc</a> </h1> <p>A perverse HTTP client.</p> @@ -36,9 +35,9 @@ </div> -<div class="row"> +<div style="margin-top: 50px" class="row"> <div class="span6"> - <div class="well"> + <div> <h1>pathod server</h1> <p>A live, public instance of pathod</p> @@ -67,7 +66,7 @@ </div> </div> <div class="span6"> - <div class="well"> + <div> <h1> <a href="/docs/test">libpathod.test</a> </h1> <p>Using pathod in your unit tests.</p> |
