-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpianduan.html
42 lines (38 loc) · 1015 Bytes
/
pianduan.html
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>罗小黑战记 - 精彩片段</title>
<link type="text/css" rel="stylesheet" href="css/common.css" />
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
</head>
<body>
<div class="mainPage">
<header>
<h1 class="title"><span class="titleLogo"></span>罗小黑战记</h1>
</header>
<nav>
<ul>
<li class="nav"><a href="./index.html">
<div>首页</div>
</a></li>
<li class="nav"><a href="./juqing.html">
<div>剧情介绍</div>
</a></li>
<li class="nav"><a href="./renwujianjie.html">
<div>人物简介</div>
</a></li>
<li class="nav navActive"><a href="./pianduan.html">
<div>精彩片段</div>
</a></li>
<li class="nav"><a href="./yingping.html">
<div>网友影评</div>
</a></li>
</ul>
</nav>
<section>
<video src="./video/hunjian.mp4" width="100%" autoplay loop controls muted></video>
</section>
</div>
</body>
</html>