dashboard
repositories
filestore
activity
search
login
main
/
jys-qbsq
jys-qbsq
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
初始化
peternameyakj
2025-01-06
4c82733d79b03ee1d5304398b0598d826e6fd0e9
[jys-qbsq.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>