-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebplushomepage2.htm
32 lines (23 loc) · 1.09 KB
/
webplushomepage2.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<html lang="zh-CN">
<head>
<title>东南大学单冯中文主页备份页</title>
</head>
<body>
<h1>个人简介</h1>
<iframe src="webplus个人简介.htm" style="width:100%; height:200px; border:none;"></iframe>
<h1>研究方向</h1>
<iframe src="webplus研究方向.htm" style="width:100%; height:500px; border:none;"></iframe>
<h1>科研项目</h1>
<iframe src="webplus科研项目.htm" style="width:100%; height:300px; border:none;"></iframe>
<h1>论文专著</h1>
<iframe src="webplus论文专著.htm" style="width:100%; height:700px; border:none;"></iframe>
<h1>专利</h1>
<iframe src="webplus专利.htm" style="width:100%; height:600px; border:none;"></iframe>
<h1>获奖情况</h1>
<iframe src="webplus获奖情况.htm" style="width:100%; height:200px; border:none;"></iframe>
<iframe src="webplus个性化展示.htm" style="width:100%; height:400px; border:none;"></iframe>
</body>
</html>