公告板
版本库
filestore
活动
搜索
登录
~jqueryzhang
/
qhighschool
派生自
projectDept/qhighschool
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增学籍管理
胡仁荣
2022-11-07
4cb792d930b7029c38ae2ced15e661a9d76c066b
[~jqueryzhang/qhighschool.git]
/
src
/
main
/
resources
/
static
/
index.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
hello I'm index.html!!! static
<img src="/static/images/1.jpg" />
</body>
</html>