init_company.html 583 B

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