f572514032dc821b5f17191baf47868ec55e463d
[roojs1] / examples / bootstrap4 / nested.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4   <title>Nested Layout</title>
5   
6    <!-- Bootstrap -->
7     <link href="../../css-bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css" />   
8     <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
9     <link href="../../css-bootstrap4/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
10     
11    <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
12
13     
14         
15     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
16     <!-- bootstrap js.. needs to compile it later.. -->
17     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
18     
19   
20      
21     <script type="text/javascript">
22
23 Roo.namespace("Dashboard");
24 Roo.namespace("Example");
25     </script>
26     
27          <script type="text/javascript" src="../../Roo/bootstrap/layout/Border.js"></script>
28     
29      
30      
31        <style type="text/css">
32  
33  
34         </style>
35         <script type="text/javascript" src="../bootstrap/nested.js">
36
37   
38         </script>
39 </head>
40 <body class="xtheme-gray">
41
42  </body>
43 </html>