Mercurial > moztree-vis
annotate moztree.html @ 9:7928f100d810
rebuilt json file
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 13 Dec 2009 00:01:07 -0800 |
parents | 100c148d285c |
children | c4f96938c259 |
rev | line source |
---|---|
0 | 1 <html> |
2 <head> | |
3 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
4 <link rel="stylesheet" type="text/css" media="all" | |
5 href="moztree.css" /> | |
6 <title>The Mozilla Tree</title> | |
7 </head> | |
8 <body> | |
9 <h1>this is the mozilla tree.</h1> | |
10 </body> | |
11 <script src="jquery.js"></script> | |
12 <script src="moztree.js"></script> | |
13 </html> |