dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210401 签到活动1
xiaoyong931011
2021-04-01
1c13ae0c6d500cf5ec3c3a5f7d4b6e7a617e36ba
[beauty-erp.git]
/
zq-erp
/
src
/
main
/
resources
/
templates
/
success.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>登录成功</title>
</head>
<body>
<h1>登录成功</h1>
<div th:text="${hello}"></div>
</body>
</html>