roojs-all.js
[roojs1] / examples / bootstrap / Login.html
1 <!DOCTYPE html>
2 <html class="bg-black">
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" href="../../css-bootstrap/bootstrap.min.css">
9         
10     <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap.min.css">
11         
12      <link rel="stylesheet" href="../../css-bootstrap/font-awesome.min.css">   
13     <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
14      
15         
16         
17         
18     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
19     <!-- bootstrap js.. needs to compile it later.. -->
20     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
21     
22     
23      <script type="text/javascript">
24         Dashboard = {};
25      </script>
26
27     <!-- test code -->
28     <script type="text/javascript" src="Login.js"></script>
29     
30   </head>
31   <body id="body">
32     <script type="text/javascript">
33       Roo.onReady(function() {
34             Roo.XComponent.hideProgress = true;
35             Roo.XComponent.build();
36       });
37     </script>
38   </body>
39 </html>