c82669a136b04020e46208feb31f28e586bc08c6
[roojs1] / examples / bootstrap4 / homepage.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap Numberbox Example</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     <!-- bootstrap js.. needs to compile it later.. -->
18     
19    
20   
21
22     <link href="http://localhost/bootswatch/Progressus/assets/css/bootstrap-theme.css" rel="stylesheet" type="text/css" /> 
23     <link href="http://localhost/bootswatch/Progressus/assets/css/main-cls.css" rel="stylesheet" type="text/css" /> 
24   
25
26         
27     <!-- test code -->
28     <script type="text/javascript" src="../bootstrap/homepage.js"></script>
29   </head>
30   
31   <body id="body">
32     <script type="text/javascript">
33         var baseURL = '/web.eventmanager/demo.local.php';
34         var rootURL = '/web.eventmanager';
35         Roo.onReady(function() {
36             Roo.XComponent.build();
37         });
38
39     </script>
40   </body>
41 </html>