[博客美化]给你博客添加一个萌萌的看板娘吧
程序员文章站
2022-05-31 10:26:04
代码实现 L ......
代码实现
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>live2d</title> <link rel="stylesheet" type="text/css" href="assets/waifu.css"/> <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> //博客园自带,可加可不加 </head> <body> <link rel="stylesheet" type="text/css" href="./assets/waifu.css"> <div class="waifu" id="waifu"> <div class="waifu-tips" style="opacity: 1;"></div> <canvas id="live2d" width="280" height="250" class="live2d"></canvas> </div> <script src="./assets/live2d.js"></script> <script src="./assets/waifu-tips.js"></script> <script type="text/javascript">initmodel()</script> </body> </html>