forked from ichaoge/ColorRun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.9 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
<!DOCTYPE html>
<html>
<head>
<title>颜色运行-ColorRun</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<link rel="shortcut icon" href="img/favorite.png"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<script type="text/javascript" src="js/tool/import.js"></script>
</head>
<body>
<div class="main">
<div id="index_content">
<div class="logo"></div>
<div class="move_pic">
<marquee direction="left" scrollDelay="25" loop="-1" behavior="alternate">
<img src="img/marquee/bike.png" alt="img"/>
<img src="img/marquee/light.png" alt="img"/>
<img src="img/marquee/elephant.png" alt="img"/>
<img src="img/marquee/bike1.png" alt="img"/>
<img src="img/marquee/hill.png" alt="img"/>
<img src="img/marquee/house.png" alt="img"/>
<img src="img/marquee/chair.png" alt="img"/>
<img src="img/marquee/tv.png" alt="img"/>
<img src="img/marquee/tl.png" alt="img"/>
<img src="img/marquee/house1.png" alt="img"/>
<img src="img/marquee/petal.png" alt="img"/>
</marquee>
</div>
<div class="move_player">
<img src="img/main/man.gif" alt="img" width="109" height="192"/>
</div>
<div class="high_score" title="高分榜" onclick="showHighScore()"></div>
<div class="main_button" title="开始游戏" onclick="startGame()"></div>
<div class="sound_button" id="sound_button" title="关闭音效" onclick="controlSound()"></div>
</div>
</div>
<footer>
朗沃版权所有©2013
</footer>
<audio src="mid/bg.mp3" autoplay="true" loop="loop" id="game_sound"></audio>
</body>
</html>