-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
37 lines (32 loc) · 1.51 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
<!DOCTYPE HTML>
<html>
<head>
<title>CommandoJS</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
</head>
<body bgcolor="black">
<a href="https://github.com/commandojs/CommandoJS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<center>
<div style="padding-top: 5px;" id="app"/>
</center>
<script type="text/javascript" src="lib/melonJS-0.9.3.js"></script>
<script type="text/javascript" src="build/commandojs.js"></script>
<script type="text/javascript">
window.onReady(function() {
main();
});
</script>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_floating_style addthis_16x16_style" style="right:30px; bottom:50px; background-color:black;">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_twitter_follow" addthis:userid="commandojs" title="Follow CommandoJS on Twitter"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript">var addthis_config = { data_track_addressbar: true, data_track_clickback: false };</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-502d0df851760303"></script>
<!-- AddThis Button END -->
</body>
</html>