dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2025-06-18
69d7ae376a58c399c97ee42e5ff7a13860cb2b7e
[xinbi-new.git]
/
src
/
main
/
java
/
email
/
ftl
/
simple.ftl
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE head PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
</head>
<body>
我是测试
</body>
</html>