-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlive2d.html
44 lines (43 loc) · 1.67 KB
/
live2d.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Live2D!把可爱的看板娘扑捉到你的博客去吧!</title>
<link rel="stylesheet" href="live2d/css/live2d.css" />
</head>
<body>
<div id="landlord" class="waifu">
<div class="message" style="opacity:0"></div>
<canvas id="live2d" width="280" height="250" class="live2d"></canvas>
<div class="waifu-tool">
<span class="calamus cl-home"></span>
<span class="calamus cl-liaotianduihua"></span>
<span class="calamus cl-nvzhuangqunzi-1"></span>
<span class="calamus cl-paizhao"></span>
<span class="calamus cl-weixin"></span>
<span class="calamus cl-github1"></span>
<span class="calamus cl-yincangbukejian"></span>
</div>
<div class="nv">
<span class="calamus cl-nv"></span>
<span class="calamus cl-nv2"></span>
<span class="calamus cl-nv3"></span>
<span class="calamus cl-nv4"></span>
<span class="calamus cl-nv5"></span>
<span class="calamus cl-nv6"></span>
<span class="calamus cl-nv7"></span>
</div>
</div>
<script type="text/javascript" src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript">
var message_Path = 'https://6dduu6.github.io/live2d/'
var home_Path = 'https://6dduu6.github.io/'
var chara = 'pio'
</script>
<script type="text/javascript" src="live2d/js/live2d.js"></script>
<script type="text/javascript" src="live2d/js/message.js"></script>
<script type="text/javascript">
loadlive2d("live2d", "https://6dduu6.github.io/live2d/Pio/model.json");
</script>
</body>
</html>