<title>Binb</title>
<link href="/static/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="/static/css/style.css" rel="stylesheet" type="text/css"/>
+ <meta charset="UTF-8" />
+ <meta name="keywords" content="iTunes, music, quiz, binb, beatquest, realtime, multiplayer, listening, game" />
+ <meta name="description" content="Simple, realtime, multiplayer, competitive music listening game. Guess the song and prove your music knowledge!" />
+ <meta name="author" content="Luigi Pinca" />
<script src="/static/js/jquery.min.js" type="text/javascript"></script>
<script src="/static/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/static/js/jquery.jplayer.min.js" type="text/javascript"></script>
<script src="/socket.io/socket.io.js" type="text/javascript"></script>
<script src="/static/js/client.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-29865853-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>
</head>
<body>
<script type="text/javascript">
var pvtmsgto = null;
var roundpoints = 0;
var stopanimation = false;
- var states = ['A song is alredy playing, please wait for the next one...',
+ var states = ['A song is already playing, please wait for the next one...',
'Game is about to start...', 'Game is over', 'New game will start soon...'];
var tmstrings = ['Yes, you guessed the title. Who is the artist?', 'Now tell me the artist!',
'Correct, do you also know the artist?'];