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