index.html 1.9 KB
Newer Older
yma16's avatar
yma16 已提交
1 2
<!DOCTYPE html>
<html>
yma16's avatar
yma16 已提交
3 4 5
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1.0" />
yma16's avatar
yma16 已提交
6
    <title>yma16前端日记</title>
yma16's avatar
yma16 已提交
7 8
    <link
      rel="shortcut icon"
yma16's avatar
yma16 已提交
9
      href="myblog_static/utils/fx_background/image/logo.ico"
yma16's avatar
yma16 已提交
10
    />
yma16's avatar
yma16 已提交
11
    <!-- up -->
yma16's avatar
yma16 已提交
12 13 14 15 16

    <link
      rel="stylesheet"
      href="myblog_static/utils/fx_background/css/core.css"
    />
yma16's avatar
yma16 已提交
17 18
    <!-- 我的阿里图标库 -->
    <script src="http://at.alicdn.com/t/font_1957918_9kt1mmflyr8.js"></script>
yma16's avatar
yma16 已提交
19 20
    <style>
      body {
yma16's avatar
yma16 已提交
21
        background: url(myblog_static/utils/fx_background/image/background.png);
yma16's avatar
yma16 已提交
22 23 24
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
yma16's avatar
yma16 已提交
25 26 27 28 29
      }
    </style>
  </head>
  <!-- 阿里 -->
  <style type="text/css">
yma16's avatar
yma16 已提交
30
    .icon {
yma16's avatar
yma16 已提交
31 32 33 34 35
      width: 1em;
      height: 1em;
      vertical-align: -0.15em;
      fill: currentColor;
      overflow: hidden;
yma16's avatar
yma16 已提交
36
    }
yma16's avatar
yma16 已提交
37
  </style>
yma16's avatar
yma16 已提交
38

yma16's avatar
yma16 已提交
39
  <body>
yma16's avatar
yma16 已提交
40
    <div id="app"></div>
yma16's avatar
yma16 已提交
41
    <div id="canvas">
yma16's avatar
yma16 已提交
42 43 44
      <div id="life"></div>
      <div id="is"></div>
      <div id="beautiful"></div>
yma16's avatar
yma16 已提交
45
    </div>
yma16's avatar
yma16 已提交
46

yma16's avatar
yma16 已提交
47
    <!-- built files will be auto injected -->
yma16's avatar
yma16 已提交
48
    <!--    <script src="myblog_static/utils/fx_background/js/jquery-2.1.4.min.js"></script>-->
yma16's avatar
yma16 已提交
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
    <script src="https://eqcn.ajz.miesnfu.com/wp-content/plugins/wp-3d-pony/live2dw/lib/L2Dwidget.min.js"></script>
    <script>
      L2Dwidget.init({
        model: {
          jsonPath:
            "https://unpkg.com/live2d-widget-model-haruto@1.0.5/assets/haruto.model.json",
          scale: 1,
          hHeadPos: 0.5,
          vHeadPos: 0.618,
        },
        display: {
          position: "left",
          width: 50,
          height: 60,
          hOffset: 0,
          vOffset: 0,
        },
        mobile: {
          show: true,
          scale: 0.5,
        },
        react: {
          opacityDefault: 0.9,
          opacityOnHover: 0.5,
        },
      });
    </script>
  </body>
</html>