html5 boiler plate
[scannr.git] / js / flotr2 / examples / dev.html
blob:a/js/flotr2/examples/dev.html -> blob:b/js/flotr2/examples/dev.html
--- a/js/flotr2/examples/dev.html
+++ b/js/flotr2/examples/dev.html
@@ -1,1 +1,26 @@
+<!DOCTYPE html>
+<html>
 
+<head>
+  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+  <title>Flotr Example Index Page</title>
+  <link rel="stylesheet" href="lib/codemirror/lib/codemirror.css" type="text/css" />
+  <link rel="stylesheet" href="examples.css" type="text/css" />
+  <link rel="stylesheet" href="editor.css" type="text/css" />
+</head>
+
+<body>
+  <div id="body-container">
+    <div id="content-container">
+      <div id="content">
+        <div id="examples"></div>
+      </div>
+    </div>
+  </div>
+</body>
+
+<script type="text/javascript" src="../lib/yepnope.js"></script>
+<script type="text/javascript" src="js/includes.dev.js"></script>
+
+</html>
+