| 
								
							 | 
							
								<!DOCTYPE html>
							 | 
						
						
						
							| 
								
							 | 
							
								<html>
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
								  <head>
							 | 
						
						
						
							| 
								
							 | 
							
								    <meta charset="utf-8" />
							 | 
						
						
						
							| 
								
							 | 
							
								    <title>Last One Loses Activity</title>
							 | 
						
						
						
							| 
								
							 | 
							
									<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover"/>
							 | 
						
						
						
							| 
								
							 | 
							
									<link rel="prefetch" type="application/l10n" href="locale.ini" />
							 | 
						
						
						
							| 
								
							 | 
							
									<link rel="stylesheet" media="not screen and (device-width: 1200px) and (device-height: 900px)"
							 | 
						
						
						
							| 
								
							 | 
							
									href="lib/sugar-web/graphics/css/sugar-96dpi.css">
							 | 
						
						
						
							| 
								
							 | 
							
									<link rel="stylesheet" media="screen and (device-width: 1200px) and (device-height: 900px)"
							 | 
						
						
						
							| 
								
							 | 
							
									href="lib/sugar-web/graphics/css/sugar-200dpi.css">
							 | 
						
						
						
							| 
								
							 | 
							
								    <link rel="stylesheet" href="css/activity.css">
							 | 
						
						
						
							| 
								
							 | 
							
								    <script data-main="js/loader" src="lib/require.js"></script>
							 | 
						
						
						
							| 
								
							 | 
							
									<!-- -->
							 | 
						
						
						
							| 
								
							 | 
							
									<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
							 | 
						
						
						
							| 
								
							 | 
							
									<link href="lib/enyo/enyo.css" rel="stylesheet" type="text/css" />
							 | 
						
						
						
							| 
								
							 | 
							
									<script src="lib/enyo/enyo.js" type="text/javascript"></script>
							 | 
						
						
						
							| 
								
							 | 
							
									<script type="text/javascript" src="../../cordova.js"></script><!-- HACK: need only on Android -->
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
									<!-- -->
							 | 
						
						
						
							| 
								
							 | 
							
									<link href="css/styles.css" rel="stylesheet" type="text/css" />
							 | 
						
						
						
							| 
								
							 | 
							
									<link rel="stylesheet" href="css/libnotify.css">
							 | 
						
						
						
							| 
								
							 | 
							
									<script src="js/audio.js" type="text/javascript"></script>
							 | 
						
						
						
							| 
								
							 | 
							
									<script src="js/lolgame.js" type="text/javascript"></script>
							 | 
						
						
						
							| 
								
							 | 
							
								    <script>if (window.module) module = window.module;</script>
							 | 
						
						
						
							| 
								
							 | 
							
								  </head>
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
								  <body>
							 | 
						
						
						
							| 
								
							 | 
							
								    <div id="main-toolbar" class="toolbar">
							 | 
						
						
						
							| 
								
							 | 
							
								      <button class="toolbutton" id="activity-button" title="Last One Loses Activity"></button>
							 | 
						
						
						
							| 
								
							 | 
							
								      <button class="toolbutton" id="network-button" title="Network"></button>
							 | 
						
						
						
							| 
								
							 | 
							
									<div class="splitbar"></div>
							 | 
						
						
						
							| 
								
							 | 
							
									  <button class="toolbutton" id="new-game-button" title="New game"></button>
							 | 
						
						
						
							| 
								
							 | 
							
									<div class="splitbar"></div>
							 | 
						
						
						
							| 
								
							 | 
							
								      <button class="toolbutton active" id="level-easy-button" title="Level easy"></button>
							 | 
						
						
						
							| 
								
							 | 
							
								      <button class="toolbutton" id="level-medium-button" title="Level medium"></button>
							 | 
						
						
						
							| 
								
							 | 
							
									  <button class="toolbutton" id="level-hard-button" title="Level hard"></button>
							 | 
						
						
						
							| 
								
							 | 
							
									<div class="splitbar"></div>
							 | 
						
						
						
							| 
								
							 | 
							
								    <button class="toolbutton" id="switch-player-button" title="Switch player"></button>
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
								      <button class="toolbutton pull-right" id="stop-button" title="Stop"></button>
							 | 
						
						
						
							| 
								
							 | 
							
								    </div>
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
								    <!-- The content of the activity goes inside the canvas -->
							 | 
						
						
						
							| 
								
							 | 
							
								    <div id="canvas">
							 | 
						
						
						
							| 
								
							 | 
							
								    </div>
							 | 
						
						
						
							| 
								
							 | 
							
								  </body>
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
								</html>
							 |