login.html 589 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en"
  3. xmlns="http://www.w3.org/1999/xhtml"
  4. xmlns:th="http://www.thymeleaf.org"
  5. xmlns:vc="http://www.thymeleaf.org">
  6. <head>
  7. <meta charset="utf-8"/>
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  9. <title>请登录 | java110</title>
  10. <vc:create name="commonTop"></vc:create>
  11. </head>
  12. <body class="gray-bg">
  13. <div id="component" class="middle-box text-center loginscreen animated fadeInDown">
  14. <vc:create name="login"></vc:create>
  15. </div>
  16. <vc:create name="commonBottom"></vc:create>
  17. </body>
  18. </html>