ok
Direktori : /home/keydecors/www/admin/bower_components/morrisjs/examples/ |
Current File : /home/keydecors/www/admin/bower_components/morrisjs/examples/_template.html |
<!doctype html> <head> <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.2/raphael-min.js"></script> <script src="../morris.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.min.js"></script> <script src="lib/example.js"></script> <link rel="stylesheet" href="lib/example.css"> <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.min.css"> </head> <body> <h1>Title</h1> <div id="graph"></div> <pre id="code" class="prettyprint linenums"> // Insert code here: // it'll get eval()-ed and prettyprinted. </pre> </body>