examples/bootstrap4/sample.html
authorAlan Knowles <alan@roojs.com>
Tue, 4 Dec 2018 08:28:16 +0000 (16:28 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 4 Dec 2018 08:28:16 +0000 (16:28 +0800)
examples/bootstrap4/sample.html

index 31bc174..e9818fc 100644 (file)
@@ -5,19 +5,24 @@
     <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/roojs-bootstrap-debug.css">
-    <link rel="stylesheet" href="../../css-bootstrap/font-awesome.css">
+     <!-- Bootstrap -->
+    <link href="../../css-bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css" />   
+    <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
+    <link href="../../css-bootstrap4/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
     
-      
+  <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
+
     
-    <script type="text/javascript" src="../../roojs-debug.js"></script>
-     
+        
+    <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" src="sample.js"></script>
+    <script type="text/javascript" src="../bootstrap/sample.js"></script>
     
   </head>
   <body id="body">