|
|
@@ -3,13 +3,9 @@
|
|
|
xmlns:th="http://www.thymeleaf.org"
|
|
|
xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
|
|
|
-<head th:fragment="header(title, link)">
|
|
|
- <meta charset="UTF-8"/>
|
|
|
- <meta name="viewport" content="width=device-width,initial-scale=1.0, user-scalable=no"/>
|
|
|
- <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
|
|
- <meta name=" Keywords" Content="高新技术企业,财税筹划,军工三证,项目申报,科技项目,企业咨询,科德集团" />
|
|
|
- <meta name=" description" Content="湖南科德信息咨询集团有限公司(www.kedexinxi.com)是一家拥有21年的专业咨询服务机构,累计超过近3万家企业选择科德咨询,服务内容涵盖:国家高新技术企业培育及认定咨询,财税筹划培训,军工三证,科技项目、企业税收优惠政策等服务的一站式服务专家。" />
|
|
|
- <title>高新技术企业_财税筹划培训_军工三证咨询_企业咨询机构-科德集团</title>
|
|
|
+<head th:fragment="header(title, link,meta)">
|
|
|
+ <th:block th:replace="${meta}" />
|
|
|
+ <th:block th:replace="${title}" />
|
|
|
<link rel="icon" th:href="${portalHost+'/images/icon/kedexinxi.ico'}" type="image/x-icon">
|
|
|
<!--Bootstrap CSS 文件 -->
|
|
|
<link rel="stylesheet" th:href="${portalHost+'/css/bootstrap.min.css'}">
|