404.html 688 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="https://www.thymeleaf.org ">
  4. <head>
  5. <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
  6. <template th:replace="components/head-link"></template>
  7. </head>
  8. <body>
  9. <!-- 引用头部 -->
  10. <template th:replace="components/header"></template>
  11. <!-- 帮助页面 -->
  12. <div id="errorPage">
  13. <h1 style="text-align:center">404</h1>
  14. </div>
  15. <!-- 引入底部 -->
  16. <template th:replace="components/footer"></template>
  17. <template th:replace="components/foot-link"></template>
  18. </body>
  19. </html>