File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 77 < meta name ="description " content ="">
88 < meta name ="author " content ="Mark Otto, Jacob Thornton, and Bootstrap contributors ">
99 < meta name ="generator " content ="Hugo 0.84.0 ">
10- < title > Signin Template · Bootstrap v5.0 </ title >
10+ < title > Signin</ title >
1111
1212 < link rel ="canonical " href ="https://getbootstrap.com/docs/5.0/examples/sign-in/ ">
1313
14-
15-
1614 <!-- Bootstrap core CSS -->
1715 < link href ="./assets/dist/css/bootstrap.min.css " rel ="stylesheet ">
1816
3230 }
3331 </ style >
3432
35-
3633 <!-- Custom styles for this template -->
3734 < link href ="signin.css " rel ="stylesheet ">
3835</ head >
@@ -48,6 +45,7 @@ <h1 class="h3 mb-3 fw-normal">Please sign in</h1>
4845 < input type ="
email "
class ="
form-control "
id ="
floatingInput "
placeholder ="
[email protected] "
> 4946 < label for ="floatingInput "> Email address</ label >
5047 </ div >
48+
5149 < div class ="form-floating ">
5250 < input type ="password " class ="form-control " id ="floatingPassword " placeholder ="Password ">
5351 < label for ="floatingPassword "> Password</ label >
@@ -58,13 +56,12 @@ <h1 class="h3 mb-3 fw-normal">Please sign in</h1>
5856 < input type ="checkbox " value ="remember-me "> Remember me
5957 </ label >
6058 </ div >
59+
6160 < button class ="w-100 btn btn-lg btn-primary " type ="submit "> Sign in</ button >
62- < p class ="mt-5 mb-3 text-muted "> © 2017-2021 </ p >
61+ < p class ="mt-5 mb-3 text-muted "> © 2024 </ p >
6362 </ form >
6463 </ main >
6564
66-
67-
6865</ body >
6966
7067</ html >
You can’t perform that action at this time.
0 commit comments