123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://www.thymeleaf.org ">
- <head>
- <title>采美365网-中国美业全方位线上交易服务互动平台,做美业,上采美</title>
- <template th:replace="components/head-link"></template>
- </head>
- <body>
- <!-- 引用头部 -->
- <template th:replace="components/header"></template>
- <!-- 帮助页面 -->
- <div id="errorPage">
- <h1 style="text-align:center">404</h1>
- </div>
- <!-- 引入底部 -->
- <template th:replace="components/footer"></template>
- <template th:replace="components/foot-link"></template>
- </body>
- </html>
|