!2 更新了页面的th声明及Css/js文件的href属性,模板设计与后端可分离

Merge pull request !2 from wangxinxx/master
This commit is contained in:
wangxinxx
2018-04-27 12:40:48 +08:00
committed by 若依
24 changed files with 40 additions and 38 deletions

View File

@ -1,4 +1,5 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<html>
<head>
<meta charset="utf-8">
@ -10,11 +11,11 @@
<!--[if lt IE 9]>
<meta http-equiv="refresh" content="0;ie.html"/>
<![endif]-->
<link rel="shortcut icon" href="favicon.ico">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/animate.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet">
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}">
<link href="../static/css/bootstrap.min.css" rel="stylesheet" th:href="@{/css/bootstrap.min.css}">
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.css}" rel="stylesheet">
<link href="../static/css/animate.css" th:href="@{/css/animate.css}" rel="stylesheet">
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet">
</head>
<body class="fixed-sidebar full-height-layout gray-bg" style="overflow: hidden">
<div id="wrapper">