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

yma16's avatar
yma16 已提交
36
  <body>
yma16's avatar
yma16 已提交
37
    <div id="canvas">
yma16's avatar
yma16 已提交
38 39 40
      <div id="life"></div>
      <div id="is"></div>
      <div id="beautiful"></div>
yma16's avatar
yma16 已提交
41
    </div>
yma16's avatar
yma16 已提交
42
    <div id="app"></div>
yma16's avatar
yma16 已提交
43
    <!-- built files will be auto injected -->
yma16's avatar
yma16 已提交
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
    <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>