%PDF- %PDF-
Direktori : /home/medipszd/www/bower_components/morris.js/examples/ |
Current File : //home/medipszd/www/bower_components/morris.js/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>