examples/bootstrap4/dashboard1.html
authorAlan Knowles <alan@roojs.com>
Thu, 29 Nov 2018 09:28:44 +0000 (17:28 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Nov 2018 09:28:44 +0000 (17:28 +0800)
examples/bootstrap4/dashboard1.html

index c61d470..f4f69ac 100644 (file)
@@ -5,18 +5,18 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     
     <!-- Bootstrap -->
-    <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
-    <link rel="stylesheet" href="../../css-bootstrap/font-awesome.min.css">   
-    
-    <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
+     <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/bootstrap.min.css">
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/roojs-bootstrap.css">
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
+        <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
+
+    <script type="text/javascript" src="../../roojs-debug.js"></script>
     
-    <link href="../../css-bootstrap/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
-        
-    <script type="text/javascript" src="../../roojs-core-debug.js"></script>
     <!-- bootstrap js.. needs to compile it later.. -->
     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
-        
-     
+   
+    
+    
      <script type="text/javascript">
         Dashboard = {};
      </script>
@@ -36,4 +36,4 @@
     </script>
   </body>
 </html>
-<script type="text/javascript" src="../../Roo/bootstrap/dash/TabBox.js"></script>
\ No newline at end of file
\ No newline at end of file