2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > Sign in · Twitter Bootstrap</ title >
5
+ < title > Sign in form template · Bootstrap</ title >
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< meta name ="description " content ="">
8
8
< meta name ="author " content ="">
9
9
10
- <!-- Le styles -->
10
+ <!-- Bootstrap core CSS -->
11
11
< link href ="../assets/css/bootstrap.css " rel ="stylesheet ">
12
- < style type ="text/css ">
12
+
13
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
14
+ <!--[if lt IE 9]>
15
+ <script src="../assets/js/html5shiv.js"></script>
16
+ <script src="../assets/js/respond/respond.min.js"></script>
17
+ <![endif]-->
18
+
19
+ <!-- Fav and touch icons -->
20
+ < link rel ="apple-touch-icon-precomposed " sizes ="144x144 " href ="../assets/ico/apple-touch-icon-144-precomposed.png ">
21
+ < link rel ="apple-touch-icon-precomposed " sizes ="114x114 " href ="../assets/ico/apple-touch-icon-114-precomposed.png ">
22
+ < link rel ="apple-touch-icon-precomposed " sizes ="72x72 " href ="../assets/ico/apple-touch-icon-72-precomposed.png ">
23
+ < link rel ="apple-touch-icon-precomposed " href ="../assets/ico/apple-touch-icon-57-precomposed.png ">
24
+ < link rel ="shortcut icon " href ="../assets/ico/favicon.png ">
25
+
26
+ <!-- Custom styles for this template -->
27
+ < style >
28
+
13
29
body {
14
30
padding-top : 40px ;
15
31
padding-bottom : 40px ;
42
58
}
43
59
44
60
</ style >
45
- < link href ="../assets/css/bootstrap-responsive.css " rel ="stylesheet ">
46
-
47
- <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
48
- <!--[if lt IE 9]>
49
- <script src="../assets/js/html5shiv.js"></script>
50
- <![endif]-->
51
-
52
- <!-- Fav and touch icons -->
53
- < link rel ="apple-touch-icon-precomposed " sizes ="144x144 " href ="../assets/ico/apple-touch-icon-144-precomposed.png ">
54
- < link rel ="apple-touch-icon-precomposed " sizes ="114x114 " href ="../assets/ico/apple-touch-icon-114-precomposed.png ">
55
- < link rel ="apple-touch-icon-precomposed " sizes ="72x72 " href ="../assets/ico/apple-touch-icon-72-precomposed.png ">
56
- < link rel ="apple-touch-icon-precomposed " href ="../assets/ico/apple-touch-icon-57-precomposed.png ">
57
- < link rel ="shortcut icon " href ="../assets/ico/favicon.png ">
58
61
</ head >
59
62
60
63
< body >
61
64
65
+
66
+
62
67
< div class ="container ">
63
68
64
69
< form class ="form-signin ">
@@ -73,7 +78,9 @@ <h2 class="form-signin-heading">Please sign in</h2>
73
78
74
79
</ div > <!-- /container -->
75
80
76
- <!-- Le javascript
81
+
82
+
83
+ <!-- Bootstrap core JavaScript
77
84
================================================== -->
78
85
<!-- Placed at the end of the document so the pages load faster -->
79
86
< script src ="../assets/js/jquery.js "> </ script >
0 commit comments