-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbird.html
54 lines (53 loc) · 1.15 KB
/
bird.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
<!DOCTYPE html>
<html>
<head>
<title>PRESS JUMP - Èãðû, îáçîðû èãðû, èãðîâûå íîâîñòè. Ñêîðî îòêðîåìñÿ!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<style>
body{
margin: 0;
padding: 0;
height: 100%;
background:url('assets/bg.jpg') #000;
}
#screen canvas{
margin: 0 auto;
}
#github{
position:absolute;
bottom: 5px;
right:5px;
display:none;
}
#loading{
position: absolute;
font-family: "Verdana";
width: 100%;
text-align: center;
color: white;
font-size: 24px;
top: 50%;
}
#gamebox {
width:100%;
background:url('assets/bg.jpg');
}
#content {
height:500px;
width:500px;
margin: 0 auto;
}
</style>
</head>
<body>
<div id="gamebox">
<div id="loading">Loading...</div>
<div id="screen"></div>
<div id="github"></div>
<script src="index.min.js"></script>
</div>
<div style="display:none"><a href="https://plus.google.com/113808265677516391406" rel="publisher">Google+</a></div>
</body>
</html>