| 21627 |
kshitij.so |
1 |
<!doctype html>
|
|
|
2 |
<head>
|
|
|
3 |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
|
4 |
<script src="https://raw.github.com/DmitryBaranovskiy/raphael/300aa589f5a0ba7fce667cd62c7cdda0bd5ad904/raphael-min.js"></script>
|
|
|
5 |
<script src="../morris.js"></script>
|
|
|
6 |
<script src="lib/prettify.js"></script>
|
|
|
7 |
<script src="lib/example.js"></script>
|
|
|
8 |
<link rel="stylesheet" href="lib/example.css">
|
|
|
9 |
<link rel="stylesheet" href="lib/prettify.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>
|