| 12345678910111213141516171819202122232425262728 |
- <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="company"></vc:create>
- </div>
- <vc:create name="commonBottom"></vc:create>
- </body>
- </html>
|