-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1009 Bytes
/
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
<!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>
</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>skip</button>
<script type="text/javascript" src="./index.js"></script>
</body>
</html>