-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbilibili.html
44 lines (40 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>我的个人网站</title>
<link href="https://www.adalab.cn/admission.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<style>
a{
text-decoration:none;
color: black;
}
button{
display:block;
margin:0 auto;
border:12px;
}
</style>
</head>
<script src="thumbnail.js"></script>
<body>
<header>
<img src="https://www.adalab.cn/images/adalab.png">
</header>
<main>
<aside>
<ul>><a href="index.html">首页</a></ul>
<ul>><a href="bilibili.html">附页</a></ul>
</aside>
<article>
<button><a href="https://www.bilibili.com/video/BV1Li4y127oB?from=search&seid=17843810385637301178&spm_id_from=333.337.0.0">点击跳转</a></button>
<button><a href="index.html">点击跳转回主页</a></button>
<img src="https://www.adalab.cn/images/adalab.png" class="small" id="smart-image">
</article>
</main>
<footer>
by <a href="https://www.zhihu.com/people/loong-32-94" target="_blank">CGTN</a> for <a href="https://www.adalab.cn" target="_blank">Adalab</a>
</footer>
</body>
</html>