examples/bootstrap/bootstrap.html
[roojs1] / examples / bootstrap / bootstrap.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      <!-- Bootstrap -->
7     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap.min.css">
8     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/calendar.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/checkbox.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/mask.css">
11     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/modal.css">
12     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/select2.css">
13     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/sidebar-nav.css">
14     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/sticky-footer.css">
15     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/tweaks.css">
16     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
17     
18     <script type="text/javascript" src="../../roojs-debug.js"></script>
19     
20     <!-- bootstrap js.. needs to compile it later.. -->
21     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
22      
23     
24     <!-- test code -->
25     <script type="text/javascript" src="bootstrap.js"></script>
26   </head>
27   <body id="body">
28     <script type="text/javascript">
29       Roo.onReady(function() {
30         Roo.XComponent.hideProgress = true;
31           Roo.XComponent.build();
32       });
33     </script>
34   </body>
35 </html>