-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgame2.html
40 lines (40 loc) · 1.35 KB
/
game2.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-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>mirocast</title>
<style type="text/css">
#guidat {
right: 0 !important;
top: 40px !important;
height: 210px;
background: #222;
}
.guidat {
margin-right: 0 !important;
}
</style>
<script type="text/javascript" src="game2/gee.js"></script>
<script type="text/javascript" src="game2/DAT.GUI.min.js"></script>
<script type="text/javascript" src="game2/sine.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */
</script>
</head>
<body style="background-color: #000000;">
<div id="backgroundHolder" style="position: fixed; top: 0px; left:0px; z-index:-1">
</div>
<div class="footer-banner" style="position:absolute;top:40px;left:30px;width:728px;"></div>
<script type="text/javascript" src="game2/jquery-1.9.1.min.js"></script>
</body>
</html>