11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
3+ < head >
4+ < meta charset ="UTF-8 " / >
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " / >
66 < title > Random Password Generator</ title >
7- < link rel ="stylesheet " href ="style.css ">
8- < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css ">
9- < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "> </ script >
10- < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js "> </ script >
11- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js "> </ script >
12- </ head >
13- < body >
7+ < link rel ="stylesheet " href ="style.css " />
8+ < link
9+ rel ="stylesheet "
10+ href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css "
11+ />
12+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "> </ script >
13+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js "> </ script >
14+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js "> </ script >
15+ </ head >
16+ < body >
1417 < div class ="container py-5 ">
15- < div class ="main-box my-3 bg-light rounded shadow-lg ">
16- < h1 style ="font-family:sans-serif; "> Random Password Generator</ h1 >
17- < hr >
18- < form class ="gen-pass-form my-4 ">
19- < div class ="form-group ">
20- < input type ="number " name ="digit " id ="digit " placeholder ="set password limit " class ="form-control ">
21- </ div >
22- < div class ="form-group ">
23- < input type ="text " readonly name ="password " id ="password " class ="form-control ">
24- </ div >
18+ < div class ="main-box my-3 bg-light rounded shadow-lg ">
19+ < h1 style ="font-family: sans-serif "> Random Password Generator</ h1 >
20+ < hr />
21+ < form class ="gen-pass-form my-4 ">
22+ < div class ="form-group ">
23+ < input
24+ type ="number "
25+ name ="digit "
26+ id ="digit "
27+ placeholder ="Set Password Limit "
28+ class ="form-control "
29+ />
30+ </ div >
31+ < div class ="form-group ">
32+ < input
33+ type ="text "
34+ readonly
35+ name ="password "
36+ id ="password "
37+ class ="form-control "
38+ />
39+ </ div >
2540
26- < button class =" btn btn-block btn-outline-primary " type ="submit "> Generate</ button >
27- </ form >
28- < div class ="alert alert-warning d-none notice "> </ div >
29- </ div >
41+ < button type ="submit "> Generate</ button >
42+ </ form >
43+ < div class ="alert alert-warning d-none notice "> </ div >
44+ </ div >
3045 </ div >
3146
3247 < script src ="app.js "> </ script >
33- </ body >
34- </ html >
48+ </ body >
49+ </ html >
0 commit comments