-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (47 loc) · 1.21 KB
/
index.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
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<link href="https://www.adalab.cn/admission.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/@waline/client@v2/dist/waline.css" />
<title>OnePiece</title>
</head>
<script src="https://unpkg.com/@waline/client@v2/dist/waline.js"></script>
<script src="thumbnail.js"></script>
<style>
* {
margin: 0;
padding: 0;
}
ul,
li,
ol {
list-style: none;
}
</style>
<body>
<header>
<img width="100%" id="smart-image" height="100%" src="https://i02piccdn.sogoucdn.com/2981a07c30b136e2" alt="">
</header>
<main>
<aside>
<ul>
<li><a href="./bilibili.html">bilibili</a></li>
</ul>
</aside>
<article>
<div id="waline">
</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>
<script>
Waline.init({
el: '#waline',
serverURL: 'https://test-blue-three-80.vercel.app/',
});
</script>
</html>