Last change
on this file since 765 was
400,
checked in by dungnv, 11 years ago
|
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.4 KB
|
Rev | Line | |
---|
[400] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="en"> |
---|
| 3 | <head> |
---|
| 4 | <meta charset="utf-8" /> |
---|
| 5 | <title>SBG Online</title> |
---|
| 6 | |
---|
| 7 | <meta name="description" content="User login page" /> |
---|
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
---|
| 9 | |
---|
| 10 | <!-- basic styles --> |
---|
| 11 | <link href="assets/css/bootstrap.min.css" rel="stylesheet" /> |
---|
| 12 | <link rel="stylesheet" href="assets/css/font-awesome.min.css" /> |
---|
| 13 | |
---|
| 14 | <!-- ace styles --> |
---|
| 15 | |
---|
| 16 | <link rel="stylesheet" href="assets/css/ace.min.css" /> |
---|
| 17 | <link rel="stylesheet" href="assets/css/ace-rtl.min.css" /> |
---|
| 18 | |
---|
| 19 | <!--[if lte IE 8]> |
---|
| 20 | <link rel="stylesheet" href="assets/css/ace-ie.min.css" /> |
---|
| 21 | <![endif]--> |
---|
| 22 | |
---|
| 23 | <!-- inline styles related to this page --> |
---|
| 24 | |
---|
| 25 | <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
---|
| 26 | |
---|
| 27 | <!--[if lt IE 9]> |
---|
| 28 | <script src="assets/js/html5shiv.js"></script> |
---|
| 29 | <script src="assets/js/respond.min.js"></script> |
---|
| 30 | <![endif]--> |
---|
| 31 | <style type="text/css" media="screen"> |
---|
| 32 | header { |
---|
| 33 | position: absolute; |
---|
| 34 | top: 15%; |
---|
| 35 | left: 12%; |
---|
| 36 | } |
---|
| 37 | </style> |
---|
| 38 | </head> |
---|
| 39 | |
---|
| 40 | <body class="login-layout"> |
---|
| 41 | <div class="main-container no-margin"> |
---|
| 42 | <div class="main-content"> |
---|
| 43 | <div class="row"> |
---|
| 44 | <header> |
---|
| 45 | <img src="assets/img/logo_soanbai_online_black.png" width="760" class="img-responsive"> |
---|
| 46 | <h3>Chúng tÃŽi Äang hoà n thiá»n ứng dụng!</h3> |
---|
| 47 | </header> |
---|
| 48 | </div><!-- /.row --> |
---|
| 49 | </div> |
---|
| 50 | </div><!-- /.main-container --> |
---|
| 51 | |
---|
| 52 | </body> |
---|
| 53 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.