index.html 1.2 KB
Newer Older
yma16's avatar
yma16 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <title>yma16前端日记</title>
    <link rel="shortcut icon" href="./static/utils/fx_background/image/logo.ico">
    <!-- up -->
    <script src="./static/utils/fx_background/js/jquery-2.1.4.min.js"></script>
    <link rel="stylesheet" href="./static/utils/fx_background/css/core.css">
    <!-- 我的阿里图标库 -->
    <script src="http://at.alicdn.com/t/font_1957918_9kt1mmflyr8.js"></script>
<style>
    body{
        background:url(./static/utils/fx_background/image/background.png);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
</style>
</head>
<!-- 阿里 -->
<style type="text/css">
    .icon {
        width: 1em;
        height: 1em;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
    }
</style>

<body>
    <div id="canvas">
        <div id='life'> </div>
        <div id='is'> </div>
        <div id='beautiful'>
        </div>
    </div>
    <div id="app"> </div>
    <!-- built files will be auto injected -->
</body>

</html>