@@ -19,45 +19,45 @@ Hm, that sounds no great, lets take quick look at the html to verify that we ca
1919
2020``` html
2121
22- & lt ; !DOCTYPE html& gt ;
23- & lt ; html& gt ;
24- & lt ; head& gt ;
25- & lt ; meta charset="utf-8"& gt ;
26- & lt ; meta http-equiv="X-UA-Compatible" content="IE=edge"& gt ;
27- & lt ; meta name="viewport" content="width=device-width, initial-scale=1"& gt ;
28- & lt ; title& gt ; Admin Panel& lt ; /title& gt ;
29- & lt ; link href="static/bootstrap.min.css" rel="stylesheet"& gt ;
30- & lt ; link href="static/admin.css" rel="stylesheet"& gt ;
31- & lt ; script src="static/bootstrap.min.js"& gt ;& lt ; /script& gt ;
32- & lt ; /head& gt ;
33- & lt ; body& gt ;
34- & lt ; div class="container"& gt ;
35- & lt ; div class="row vertical-center"& gt ;
36- & lt ; div class="col-md-4 col-md-offset-4"& gt ;
37- & lt ; div class="panel panel-default"& gt ;
38- & lt ; div class="panel-heading"& gt ;
39- & lt ; h3 class="panel-title text-center"& gt ;& lt ; b & gt ; Admin Panel& lt ; /b & gt ;& lt ; /h3& gt ;
40- & lt ; /div& gt ;
41- & lt ; div class="panel-body"& gt ;
42- & lt ; form id="login_form" handled="true" method="#" action="#"& gt ;
43- & lt ; fieldset& gt ;
44- & lt ; div class="form-group"& gt ;
45- & lt ; input class="form-control" placeholder="Username" name="username" id="username" type="text" disabled=""& gt ;
46- & lt ; /div& gt ;
47- & lt ; div class="form-group"& gt ;
48- & lt ; input class="form-control" placeholder="Password" name="password" id="password" type="password" disabled=""& gt ;
49- & lt ; /div& gt ;
50- & lt ; input type="submit" name="submit" id="submit" class="btn btn-block btn-primary" disabled=""& gt ;
51- & lt ; /fieldset& gt ;
52- & lt ; /form& gt ;
53- & lt ; /div& gt ;
54- & lt ; /div& gt ;
55- & lt ; div class="text-center"& gt ;& lt ; a href="api/user"& gt ; You can verify your user status here& lt ; /a & gt ;& lt ; /div& gt ;
56- & lt ; /div& gt ;
57- & lt ; /div& gt ;
58- & lt ; /div& gt ;
59- & lt ; /body& gt ;
60- & lt ; /html& gt ;
22+ < !DOCTYPE html>
23+ < html >
24+ < head >
25+ < meta charset =" utf-8" >
26+ < meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
27+ < meta name =" viewport" content =" width=device-width, initial-scale=1" >
28+ < title > Admin Panel< /title >
29+ < link href =" static/bootstrap.min.css" rel =" stylesheet" >
30+ < link href =" static/admin.css" rel =" stylesheet" >
31+ < script src =" static/bootstrap.min.js" >< /script >
32+ < /head >
33+ < body >
34+ < div class =" container" >
35+ < div class =" row vertical-center" >
36+ < div class =" col-md-4 col-md-offset-4" >
37+ < div class =" panel panel-default" >
38+ < div class =" panel-heading" >
39+ < h3 class =" panel-title text-center" >< b > Admin Panel</ b >< /h3 >
40+ < /div >
41+ < div class =" panel-body" >
42+ < form id =" login_form" handled =" true" method =" #" action =" #" >
43+ < fieldset >
44+ < div class =" form-group" >
45+ < input class =" form-control" placeholder =" Username" name =" username" id =" username" type =" text" disabled =" " >
46+ < /div >
47+ < div class =" form-group" >
48+ < input class =" form-control" placeholder =" Password" name =" password" id =" password" type =" password" disabled =" " >
49+ < /div >
50+ < input type =" submit" name =" submit" id =" submit" class =" btn btn-block btn-primary" disabled =" " >
51+ < /fieldset >
52+ < /form >
53+ < /div >
54+ < /div >
55+ < div class =" text-center" >< a href =" api/user" > You can verify your user status here</ a >< /div >
56+ < /div >
57+ < /div >
58+ < /div >
59+ < /body >
60+ < /html >
6161
6262```
6363
0 commit comments