examples/bootstrap/homepage.html
authorAlan Knowles <alan@roojs.com>
Wed, 28 Nov 2018 06:49:11 +0000 (14:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Nov 2018 06:49:11 +0000 (14:49 +0800)
examples/bootstrap/homepage.html

index 4d3a529..6b8fb33 100644 (file)
@@ -5,9 +5,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     
     <!-- Bootstrap -->
-    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
-    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">
-        
+    <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
+          
         
     <link rel="stylesheet" href="../../css-bootstrap/select2.css">        
     <link rel="stylesheet" href="../../css-bootstrap/combobox.css">        
@@ -15,6 +14,8 @@
     <link rel="stylesheet" href="/bootswatch/AdminLTE-master/css/AdminLTE.css">
         
     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
+        <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
+
     <!-- bootstrap js.. needs to compile it later.. -->
     <script type="text/javascript" src="../../Roo/XComponent.js"></script>
     <script type="text/javascript" src="../../Roo/bootstrap/Component.js"></script>