-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo_case3_5.html
More file actions
78 lines (74 loc) · 2.61 KB
/
Copy pathvideo_case3_5.html
File metadata and controls
78 lines (74 loc) · 2.61 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" />
<title>信通所研究生第一党支部</title>
<meta name = "Generator" content = "Notepad++">
<meta name = "Author" content = "Garacc MXL">
<meta name = "Description" content = "/">
<!--css style-->
<link rel = "stylesheet" href = "css/main.css" />
<link rel = "stylesheet" href = "css/nav.css" />
<link rel = "stylesheet" href = "css/party.css" />
</head>
<body>
<!--title-->
<div class = "title">
<a href = "index.html"><img src = "img/title.jpg"></a>
</div>
<!--nav-->
<div class = "nav" id = "nav">
<!--导航条-->
<ul class = "nav-main">
<!--For Align-->
<li style = "width:50px"></li>
<!--nav-main-->
<li><a href = "index.html"><span>首页</span></a></li>
<li id = "li-1">支部介绍</li>
<li id = "li-2">实验室风采</li>
<li id = "li-3">党知识学习</li>
<li id = "li-4">活动展示</li>
</ul>
<!--隐藏盒子-->
<div id = "box-1" class = "hidden-box hidden-loc-member">
<ul>
<a href = 'member_intro.html'><li>成员介绍</li></a>
<a href = 'member_honor.html'><li>荣誉展示</li></a>
<a href = 'member_book.html'><li>支部黄页</li></a>
</ul>
</div>
<div id = "box-2" class = "hidden-box hidden-loc-lab">
<ul>
<a href = 'lab_interest.html'><li>方向介绍</li></a>
<a href = 'lab_intro.html'><li>实验室介绍</li></a>
</ul>
</div>
<div id = "box-3" class = "hidden-box hidden-loc-party">
<ul>
<a href = 'party_video.html'><li>视频学习</li></a>
<a href = 'party_knowledge.html'><li>文件汇编</li></a>
</ul>
</div>
<div id = "box-4" class = "hidden-box hidden-loc-proc">
<ul>
<a href = 'proc_activity.html'><li>历次活动</li></a>
<a href = 'proc_meeting.html'><li>会议记录</li></a>
</ul>
</div>
</div>
<div class = "main-content">
<div class = "videotitle"><p>德莫高于爱民</p></div>
<video height="90%" controls="controls" poster="img/movieposter/3_5.jpg">
<source src="movie/3_5.mp4" type="video/mp4">
</video>
</div>
<div class = "footer">
<p>Last Update 2018.5.28</p>
<p>Copyright©2016 - 2018 | 浙江大学信息与电子工程学院信通所研究生第一党支部 版权所有</p>
</div>
<!--Js-->
<script type = "text/javascript" src = "js/jquery-3.1.1.min.js"></script>
<script type = "text/javascript" src = "js/nav.js"></script>
<script type = "text/javascript" src = "js/party.js"></script>
</body>
</html>