File tree Expand file tree Collapse file tree
src/main/resources/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828< head lang ="en ">
2929 < title th:text ="${title} "> </ title >
3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
31+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
3132 < link rel ="stylesheet " media ="screen " th:href ="@{${bootstrapCss}} " />
3233 < link rel ="stylesheet " media ="screen " th:href ="@{/css/login.css} "/>
3334 < script th:src ="@{${jqueryJs}} "> </ script >
Original file line number Diff line number Diff line change 2828< head lang ="en ">
2929 < title th:text ="${title} "> </ title >
3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
31+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
3132 < script type ="text/javascript " th:inline ="javascript ">
3233 history . forward ( ) ;
3334 </ script >
@@ -51,7 +52,7 @@ <h2>An error occurred during the authentication procedure.</h2>
5152 margin-top : 20px ;
5253}
5354</ style >
54-
55+
5556</ body >
5657
5758</ html >
Original file line number Diff line number Diff line change 2626 < head lang ="en ">
2727 < title th:text ="${title} "> </ title >
2828 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
29+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
2930 < script type ="text/javascript " th:inline ="javascript ">
3031 history . forward ( ) ;
3132 history . pushState ( { } , "" , new URL ( location ) ) ;
Original file line number Diff line number Diff line change 2828< head lang ="en ">
2929 < title th:text ="${title} "> </ title >
3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
31+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
3132 < link rel ="stylesheet " media ="screen " th:href ="@{${bootstrapCss}} "/>
3233 < link rel ="stylesheet " media ="screen " th:href ="@{/css/login.css} "/>
3334 < script th:src ="@{${jqueryJs}} "> </ script >
Original file line number Diff line number Diff line change 2828< head lang ="en ">
2929 < title th:text ="${title} "> </ title >
3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
31+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
3132 < link rel ="stylesheet " media ="screen " th:href ="@{${bootstrapCss}} " />
3233 < link rel ="stylesheet " media ="screen " th:href ="@{/css/login.css} "/>
3334 < link rel ="stylesheet " media ="screen " th:href ="@{${bootstrapSocialCss}} "/>
Original file line number Diff line number Diff line change 2828< head lang ="en ">
2929 < title th:text ="${title} "> </ title >
3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
31+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
3132 < link rel ="stylesheet " media ="screen " th:href ="@{${bootstrapCss}} " />
3233 < link rel ="stylesheet " media ="screen " th:href ="@{/css/login.css} "/>
3334 < script th:src ="@{${jqueryJs}} "> </ script >
Original file line number Diff line number Diff line change 2525< head lang ="en ">
2626 < title > ${application_name}</ title >
2727 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
28+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
2829</ head >
2930< body >
3031< div class ="container ">
You can’t perform that action at this time.
0 commit comments