diff options
Diffstat (limited to 'doc-src/_websitelayout.html')
-rw-r--r-- | doc-src/_websitelayout.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html new file mode 100644 index 00000000..309c3de8 --- /dev/null +++ b/doc-src/_websitelayout.html @@ -0,0 +1,40 @@ +<a href="http://github.com/cortesi/mitmproxy"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a> +<div class="yui-t7" id="doc"> + <div style="" id="hd"> + <h1><a href="@!urlTo("/index.html")!@">mitmproxy</a> </h1> + <div class="HorizontalNavBar"> + <ul> + <li class="inactive"><a href="../index.html">home</a></li> + <li class="active"><a href="index.html">docs</a></li> + <li class="inactive"><a href="../development.html">development</a></li> + </ul> + </div> + <br> + <p>an SSL-capable intercepting proxy</p> + </div> + <div id="bd"> + <div id="yui-main"> + <div style="" class="yui-b"> + + <div id="nav"> + <!--(block pb)--> + <a href="@!urlTo(previous)!@">prev</a> + <!--(end)--> + <!--(block nb)--> + <a href="@!urlTo(next)!@">next</a> + <!--(end)--> + $!pb if previous and not previous.parent.root else "prev"!$ | + <a href="@!urlTo('doc/index.html')!@">index</a> | + $!nb if next and not next.parent.root else "next"!$ + </div> + $!title!$ + $!body!$ + </div> + </div> + </div> + <div style="" id="ft"> + <p>Copyright 2011 Aldo Cortesi</p> + </div> +</div> + +$!ga!$ |