增加各web模块静态视图测试页

This commit is contained in:
shuzheng 2017-03-23 17:44:42 +08:00
parent d89f742877
commit 1a23259263
3 changed files with 23 additions and 4 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
<head>
<meta charset="UTF-8"/>
<title>zheng-cms-admin</title>
</head>
<body>
</body>
</html>

View File

@ -1,9 +1,8 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
<html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
<head>
<meta charset="UTF-8"/>
<title></title>
<meta charset="UTF-8"/>
<title>zheng-demo</title>
</head>
<body>
<h1 th:text="${host}">Hello World</h1>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
<head>
<meta charset="UTF-8"/>
<title>zheng-upms-server</title>
</head>
<body>
</body>
</html>