-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (40 loc) · 1.24 KB
/
index.html
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
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Document</title>
<style type="text/css" id="styleTag"></style>
<link rel="stylesheet" href="./Kumamon.css"></head>
<body>
<pre id="code"></pre>
<div class="wrapBear">
<div class="bear">
<div class="head">
<div class="eye left">
<div class="a"></div>
</div>
<div class="eye right"></div>
<div class="face left">
</div>
<div class="face right"></div>
<div class="nose"></div>
<div class="mouse">
<div class="b"></div>
</div>
<div class="d"></div>
</div>
<div class="body">
<div class="hand left"></div>
<div class="hand right"></div>
<div class="cover"></div>
</div>
</div>
</div>
<button>跳过动画</button>
<span class="btn show">查看代码</span>
<span class="btn hide">隐藏代码</span>
<audio autoplay="" src="http://mr3.doubanio.com/e58224bcd283b28da8884fd8be08e7e5/0/fm/song/p2741085_128k.mp4"></audio>
<script type="text/javascript" src="./Kumamon.js"></script>
</body>
</html>