更新th声明,login.html/index.html页面的css/js部分增加thymeleaf属性,可通过浏览器直接打开并显示效果。

This commit is contained in:
wangxinxx
2018-04-26 17:56:59 +08:00
parent 311118d37e
commit a20b092a31
24 changed files with 40 additions and 38 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html xmlns:th="http://www.w3.org/1999/xhtml">
<meta charset="utf-8">
<head th:include="include :: header"></head>
<link href="/ajax/libs/iCheck/custom.css" rel="stylesheet">