e9818fc13a0b284dfbf52d4da79de9cbd8f34a01
[roojs1] / examples / bootstrap4 / sample.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap 101 Template</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6  
7     <!-- Bootstrap -->
8  
9      <!-- Bootstrap -->
10     <link href="../../css-bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css" />   
11     <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
12     <link href="../../css-bootstrap4/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
13     
14   <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
15
16     
17         
18     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
19     <!-- bootstrap js.. needs to compile it later.. -->
20     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
21     
22   
23
24     
25     <script type="text/javascript" src="../bootstrap/sample.js"></script>
26     
27   </head>
28   <body id="body">
29    
30  
31
32   </body>
33   <script type="text/javascript">
34     Roo.onReady(function() {
35         Roo.XComponent.hideProgress = true;
36         Roo.XComponent.build();
37     });
38 </script>
39 </html>