Mercurial > moztree-vis
view moztree.html @ 10:c4f96938c259
url hash can now be used to show a part of the source code tree.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 13 Dec 2009 00:38:24 -0800 |
parents | 100c148d285c |
children | b6cc8b87bb93 |
line wrap: on
line source
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="moztree.css" /> <title>The Mozilla Tree</title> </head> <body> <h1>this is the mozilla tree.</h1> <div id="tree" style="display: none;"></div> </body> <script src="jquery.js"></script> <script src="moztree.js"></script> </html>