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.css">
8     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap-overrides.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/elements.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/icons.css">
11     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/layout.css">
12     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/ui-elements.css">
13       
14     
15     <script type="text/javascript" src="../../roojs-debug.js"></script>
16     
17     <!-- bootstrap js.. needs to compile it later.. -->
18     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
19     
20
21     
22     <!-- test code -->
23     <script type="text/javascript" src="bootstrap.js"></script>
24   </head>
25   <body id="body">
26     <script type="text/javascript">
27       Roo.onReady(function() {
28           Roo.XComponent.build();
29       });
30     </script>
31   </body>
32 </html>