-
Notifications
You must be signed in to change notification settings - Fork 0
/
bilibili.html
46 lines (40 loc) · 1.14 KB
/
bilibili.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
43
44
45
46
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>OnePiece</title>
</head>
<style>
* {
margin: 0;
padding: 0;
}
header {
width: 100%;
height: 300px;
}
</style>
<body>
<header>
<img class="small" width="100%" height="100%" src="https://i02piccdn.sogoucdn.com/2981a07c30b136e2" alt="">
</header>
<main>
<aside>
<ul>
<li><a href="https://nanfb.github.io/">首页</a></li>
</ul>
</aside>
<article>
<div style="width: 900px; height:500px">
<iframe
src="https://player.bilibili.com/player.html?aid=431078567&bvid=BV1CG411J7MG&cid=845877941&page=1"
scrolling="no" border="0" frameborder="no" framespacing="0" width="100%" height="100%"
allowfullscreen="true"> </iframe>
</div>
</article>
</main>
<footer> by <a href="https://www.zhihu.com/people/ma-sa-qia-23-29" target="_blank">CGTN</a>
for <a href="https://www.adalab.cn" target="_blank">Adalab</a>
</footer>
</body>
</html>