-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow-to-play.html
62 lines (62 loc) · 2.69 KB
/
how-to-play.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
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Social Snakes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name=”description” content=”Snakes game Facebook app”>
<meta name=”keywords” content=”snakes, snake, game, games, facebook app, app, apps″>
<link rel="stylesheet" type="text/css" href="css/style.css"></style>
<script src="js/jquery-1.8.0.min.js"></script>
<!-- scoreboard api - ->
<script src="https://ssl731.websiteseguro.com/acasadossims1/zzz/acasadojava/gsb/GSB.js"></script>
<!- - /scoreboard api -->
<!-- custom scoreboard -->
<link rel="stylesheet" type="text/css" href="css/scoreboard.css"></style>
<!-- <script src="js/scoreboard.js"></script> -->
<script src="js/scoreboard-fb.js?v=2"></script>
<!-- /custom scoreboard -->
<!-- analytics -->
<script type="text/javascript">var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-35371168-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();</script>
<!-- /analytics -->
</head>
<body>
<!-- facebook -->
<div id="fb-root"></div>
<script src="//connect.facebook.net/en_US/all.js"></script>
<!-- /facebook -->
<div class="center main_screen_style how_to_play">
<img class="main_title_how_to_play" alt="Social Snakes - how to play" src="img/screen-how-to-play-main-title.png" title="Social Snakes - how to play" /><br />
<ul>
<li>↑: move the snake up;</li>
<li>← : move the snake to left;</li>
<li>↓ : move the snake down;</li>
<li>→ : move the snake to right;</li>
<li> </li>
<li>SPACE: pause/unpause the game.</li>
</ul>
<a class="btn btn_back" href="." title="go back to main menu"></a>
</div>
<!-- scoreboard api -->
<div class="main_score_style">
<div class="block_header">Max Scores:</div>
<div id="players_and_scores">
<div id="loading_message">loading...</div>
</div>
</div>
<!-- /scoreboard api -->
<!-- ads - ->
<div class="main_score_add_style">
<script type="text/javascript">
google_ad_client = "pub-6806242657118521";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_ad_channel = "2038266106";
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<!- - /ads -->
<iframe frameborder="no" align="right" width="560" height="300" src="social.html"></iframe>
</body>
</html>