dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
wzy
2021-03-29
a4a1350a04f94e7ee553d6091069b3fd5c26a6b2
[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>