|
|
@@ -1,16 +1,20 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html>
|
|
|
- <head>
|
|
|
- <meta charset="utf-8" />
|
|
|
- <link rel="icon" href="../img/ico_logo.ico">
|
|
|
- <meta name="keywords" content=""/>
|
|
|
- <meta name="Description" content=""/>
|
|
|
- <meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
|
|
|
- <meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
- <title>首页</title>
|
|
|
-
|
|
|
- <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet"><link th:href="${portalHost+'/index.css'}" rel="stylesheet"></head>
|
|
|
- <body>
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml"
|
|
|
+ xmlns:th="http://www.thymeleaf.org"
|
|
|
+ xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
+<head>
|
|
|
+<meta charset="utf-8" />
|
|
|
+<link rel="icon" th:href="${portalHost+'/img/ico_logo.ico'}">
|
|
|
+<meta name="keywords" content="" />
|
|
|
+<meta name="Description" content="" />
|
|
|
+<meta name="viewport"
|
|
|
+ content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
|
|
|
+<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
+<title>首页</title>
|
|
|
+<link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
|
|
|
+<link th:href="${portalHost+'/index.css'}" rel="stylesheet">
|
|
|
+</head>
|
|
|
+<body>
|
|
|
<header>
|
|
|
<div th:replace="common::nav('','')"></div>
|
|
|
</header>
|