-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (91 loc) · 3.6 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="zh-CN"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title itemprop="name">hello</title>
<style>
.m-cd-top.cd-is-visible{opacity:1}
.cd-top{position:fixed;
right:25px;top:-900px;z-index:99;width:70px;height:900px;
background:url(https://cdn.jsdelivr.net/gh/LIlGG/[email protected]/img/Sakura/images/scroll.png) no-repeat center;
background-size:contain;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;
cursor:url(https://cdn.jsdelivr.net/gh/LIlGG/[email protected]/img/Sakura/cursor/No_Disponible.cur),auto;
opacity:1}
.cd-top.cd-is-visible{opacity:1;top:-326px}
.cd-top.cd-fade-out{opacity:1}
.cd-top:hover{opacity:1}
</style>
<link rel="shortcut icon" type="images/x-icon" href="resource/cool.jpg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.css">
<!--添加Live 2D-->
<script src="https://l2dwidget.js.org/lib/L2Dwidget.min.js"></script>
<script type="text/javascript">
L2Dwidget
.on('*', (name) => {
console.log('%c EVENT ' + '%c -> ' + name, 'background: #222; color: yellow', 'background: #fff; color: #000')
})
.init({
dialog: {
// 开启对话框
enable: true,
script: {
// 每空闲 10 秒钟,显示一条一言
'every idle 10s': '$hitokoto$',
// 当触摸到星星图案
'hover .star': '星星在天上而你在我心里 (*/ω\*)',
// 当触摸到角色身体
'tap body': '哎呀!别碰我!',
// 当触摸到角色头部
'tap face': '人家已经不是小孩子了!'
}
}
});
</script>
</head>
<body>
<div>
<figure id="centerbg" class="centerbg" style="background-image: url('https://blog.qaiu.top/upload/2020/06/1484628268560-4c573f92d0344b1bb0080dd16a6ed447.png');">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
<a href="https://blog.qaiu.top/#" class="cd-top" style="top: -900px;"></a>
<script type="text/javascript" src="./resource/jquery.min.js"></script>
<script type="text/javascript" src="./resource/jquery.pjax.min.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var Poi = {
"pjax":"true",
"windowheight":"auto",
"ajaxurl":"",
"formpostion":"bottom",
"toc": "true",
"codeLine": "true",
"themeChange": "true",
"headFocus": "true",
"bgvideo": "true",
"tagRandomColorMin": "0.999",
"tagRandomColorMax": "1",
"nickname": "hello",
"sitename": "hello",
"openToast": "true",
"toastWidth": 260,
"toastHeight": 60,
"toastTop": "top",
"toastBackground": "#fe9600",
"toastColor": "#ffffff",
"toastFontSize": 14,
"copyMonitor": "true",
"copyrightNotice": "true",
"photosStyle": "justify",
"photosGutter": 10,
"tocDepth": 5
};
</script>
<script type="text/javascript" src="./resource/app.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js"></script>
<script src="https://blog.qaiu.top/themes/LIlGG_Sakura/plugins/aplayer/js/index.js"></script>
<!-- aplayer start -->
<div id="aplayer-float" style="z-index: 100;" class="aplayer" data-global="true" data-id="490559771" data-server="netease"
data-type="playlist" data-fixed="true" data-preload="auto" data-order="random" data-theme="#ffa500" data-autoplay="false"></div>
<!-- aplayer end -->
</body></html>