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