Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <!doctype html> |
| 2 | <head> |
||
| 3 | <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> |
||
| 4 | <script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.2/raphael-min.js"></script> |
||
| 5 | <script src="../morris.js"></script> |
||
| 6 | <script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.min.js"></script> |
||
| 7 | <script src="lib/example.js"></script> |
||
| 8 | <link rel="stylesheet" href="lib/example.css"> |
||
| 9 | <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.min.css"> |
||
| 10 | </head> |
||
| 11 | <body> |
||
| 12 | <h1>Title</h1> |
||
| 13 | <div id="graph"></div> |
||
| 14 | <pre id="code" class="prettyprint linenums"> |
||
| 15 | // Insert code here: |
||
| 16 | // it'll get eval()-ed and prettyprinted. |
||
| 17 | </pre> |
||
| 18 | </body> |