1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title>Live2D</title>
6
7 <link rel="stylesheet" type="text/css" href="assets/waifu.css"/>
8 <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> //博客园自带,可加可不加
9 </head>
10 <body>
11 <link rel="stylesheet" type="text/css" href="./assets/waifu.css">
12 <div class="waifu" id="waifu">
13 <div class="waifu-tips" style="opacity: 1;"></div>
14 <canvas id="live2d" width="280" height="250" class="live2d"></canvas>
15 <div class="waifu-tool">
16 <span class="fui-home"></span>
17 <span class="fui-chat"></span>
18 <span class="fui-eye"></span>
19 <span class="fui-user"></span>
20 <span class="fui-photo"></span>
21 <span class="fui-info-circle"></span>
22 <span class="fui-cross"></span>
23 </div>
24
25 </div>
26 <script src="./assets/live2d.js"></script>
27 <script src="./assets/waifu-tips.js"></script>
28 <script type="text/javascript">initModel()</script>
29 </body>
30 </html>