| 123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:th="http://www.thymeleaf.org"
- xmlns:vc="http://www.thymeleaf.org">
- <head>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <title>请登录 | java110</title>
- <vc:create name="commonTop"></vc:create>
- </head>
- <body class="gray-bg">
- <div id="component" class="middle-box text-center loginscreen animated fadeInDown">
- <vc:create name="login"></vc:create>
- </div>
- <vc:create name="commonBottom"></vc:create>
- </body>
- </html>
|