-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.aspx
More file actions
56 lines (56 loc) · 2.61 KB
/
Copy pathdefault.aspx
File metadata and controls
56 lines (56 loc) · 2.61 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Social Snakes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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 -->
<!-- twitter -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<!-- /twitter -->
<div class="center main_screen_style main_menu">
<img class="main_title" alt="Social Snakes" src="img/start-screen-main-title.png" title="Social Snakes" /><br />
<a class="btn btn_new_game" href="game.html" title="start a new game"></a><br />
<a class="btn btn_how_to_play" href="how-to-play.html" title="learn how to play"></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>