| 
									
										
										
										
											2025-02-21 11:34:11 +01:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <meta charset="UTF-8" /> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 
					
						
							| 
									
										
										
										
											2025-02-21 11:57:34 +01:00
										 |  |  |     <title>Endless runner</title> | 
					
						
							| 
									
										
										
										
											2025-02-21 11:34:11 +01:00
										 |  |  |     <link | 
					
						
							|  |  |  |       rel="apple-touch-icon" | 
					
						
							|  |  |  |       sizes="180x180" | 
					
						
							|  |  |  |       href="../../favicon_io/apple-touch-icon.png" | 
					
						
							|  |  |  |     /> | 
					
						
							|  |  |  |     <link | 
					
						
							|  |  |  |       rel="icon" | 
					
						
							|  |  |  |       type="image/png" | 
					
						
							|  |  |  |       sizes="32x32" | 
					
						
							|  |  |  |       href="../../favicon_io/favicon-32x32.png" | 
					
						
							|  |  |  |     /> | 
					
						
							|  |  |  |     <link | 
					
						
							|  |  |  |       rel="icon" | 
					
						
							|  |  |  |       type="image/png" | 
					
						
							|  |  |  |       sizes="16x16" | 
					
						
							|  |  |  |       href="../../favicon_io/favicon-16x16.png" | 
					
						
							|  |  |  |     /> | 
					
						
							|  |  |  |     <link rel="manifest" href="../../favicon_io/site.webmanifest" /> | 
					
						
							|  |  |  |   </head> | 
					
						
							| 
									
										
										
										
											2025-02-21 11:57:34 +01:00
										 |  |  |   <body> | 
					
						
							|  |  |  |     <div class="game-container"> | 
					
						
							|  |  |  |       <canvas id="gameCanvas"></canvas> | 
					
						
							|  |  |  |       <button id="restartBtn" onclick="restartGame()">Restart</button> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <script src="script.js"></script> | 
					
						
							|  |  |  |   </body> | 
					
						
							| 
									
										
										
										
											2025-02-21 11:34:11 +01:00
										 |  |  | </html> |