-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (47 loc) · 1.77 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
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="apple-touch-fullscreen" content="YES">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="pragram" content="no-cache">
<title>测姓名</title>
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js">
</script>
</head>
<body>
<div class="main">
<div onclick="pauseMusic(this)" class="audio-btn action-rotate-n">
<audio src="img/1.mp3" autoplay="autoplay" loop="loop"></audio>
</div>
<section class="page page1 currentPage">
<div class="pageContainer">
<div class="title action-fade-in"><img src="img/page1_title.png"></div>
<div class="hua action-scale-big"><img src="img/page1_hua.png"></div>
</div>
<div class="arrow-bottom action-arrow-updown"></div>
</section>
<section class="page page2">
<div class="pageContainer">
<div class="hua action-scale-big"><img src="img/page4_hua.png"></div>
<div class="panel action-move-upDown"><img src="img/page4_panel.png"></div>
<div class="qrcode hinge animated"><img src="img/page4_qrcode.png"></div>
</div>
<div class="arrow-bottom action-arrow-updown"></div>
</section>
<section class="page page3">
<div class="pageContainer">
</div>
<div class="arrow-bottom action-arrow-updown"></div>
</section>
</div>
</body>
</html>