zoukankan      html  css  js  c++  java
  • 看板娘>_

    <!-- ---------------看
                                    板
                                    娘
                                        く__,.ヘヽ.    / ,ー、 〉
                                     \ ', !-─‐-i / /´
                                      /`ー'    L//`ヽ、
                                     /  /,  /|  ,  ,    ',
                                   イ  / /-‐/ i L_ ハ ヽ!  i
                                    レ ヘ 7イ`ト  レ'ァ-ト、!ハ|  |
                                     !,/7 '0'   ´0iソ|   |   
                                     |.从"  _   ,,,, / |./   |
                                     レ'| i>.、,,__ _,.イ /  .i  |
                                      レ'| | / k_7_/レ'ヽ, ハ. |
                                       | |/i 〈|/  i ,.ヘ | i |
                                      .|/ / i:   ヘ!  \ |
                                        kヽ>、ハ   _,.ヘ、   /、!
                                       !'〈//`T´', \ `'7'ーr'
                                       レ'ヽL__|___i,___,ンレ|ノ
                                         ト-,/ |___./
                                         'ー'  !_,.:--------------------- -->
    <!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="博客地址/waifu.css"/>
        <script src="博客地址/jquery.min.js"></script>
        <link rel="stylesheet" type="text/css" href="博客地址/flat-ui.min.css"/>
    </head>
    <body>
        <link rel="stylesheet" type="text/css" href="博客地址/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 class="waifu-tool">
                <span class="fui-home"></span>
                <span class="fui-chat"></span>
                <span class="fui-eye"></span>
                <span class="fui-user"></span>
                <span class="fui-photo"></span>
                <span class="fui-info-circle"></span>
                <span class="fui-cross"></span>
            </div>
        </div>
        <script src="博客地址/live2d.js"></script>
        <script src="博客地址/waifu-tips.js"></script>
        <script type="text/javascript">initModel()</script>
    </body>
    </html>
  • 相关阅读:
    postgresql-uuid重复问题
    postgresql-revoke 回收权限及删除角色
    postgresql
    postgresql -ALTER ROLE
    postgresql-行级安全-RLS
    postgresql 列级安全,列权限
    postgres 只读账号
    postgresql 对未来的表赋权限
    postgres权限管理
    特定元素个数的数组作为函数入参的两个方法
  • 原文地址:https://www.cnblogs.com/zrzm/p/14341493.html
Copyright © 2011-2022 走看看