mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			44 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			44 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!DOCTYPE html> | ||
|  | <html> | ||
|  |     <head> | ||
|  |         <title>shapez.io</title> | ||
|  | 
 | ||
|  |         <!-- mobile stuff --> | ||
|  |         <meta name="format-detection" content="telephone=no" /> | ||
|  |         <meta name="msapplication-tap-highlight" content="no" /> | ||
|  |         <meta | ||
|  |             name="viewport" | ||
|  |             content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no, viewport-fit=cover" | ||
|  |         /> | ||
|  |         <meta name="HandheldFriendly" content="true" /> | ||
|  |         <meta name="MobileOptimized" content="320" /> | ||
|  |         <meta name="theme-color" content="#393747" /> | ||
|  | 
 | ||
|  |         <!-- seo --> | ||
|  |         <meta name="copyright" content="2020 Tobias Springer IT Solutions and .io Games" /> | ||
|  |         <meta name="author" content="Tobias Springer, tobias.springer1@gmail.com" /> | ||
|  |         <meta | ||
|  |             name="description" | ||
|  |             content="shapez.io is a fun factory base building game about combining shapes - Build the biggest factory you can imagine!" | ||
|  |         /> | ||
|  |         <meta name="keywords" content="shapez.io, .io games, games, tower defense, factorio, upgrades" /> | ||
|  |         <meta property="og:title" content="shapez.io" /> | ||
|  |         <meta | ||
|  |             property="og:description" | ||
|  |             content="shapez.io is a fun factory base building game about combining shapes - Build the biggest factory you can imagine!" | ||
|  |         /> | ||
|  |         <meta property="og:url" content="https://shapez.io/" /> | ||
|  |         <meta property="og:image" content="https://shapez.io/og_thumb.png" /> | ||
|  |         <meta property="og:image:type" content="image/png" /> | ||
|  |         <meta property="og:type" content="website" /> | ||
|  | 
 | ||
|  |         <!-- misc --> | ||
|  |         <meta http-equiv="Cache-Control" content="private, max-age=0, no-store, no-cache, must-revalidate" /> | ||
|  |         <meta http-equiv="Expires" content="0" /> | ||
|  |         <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> | ||
|  |         <link rel="canonical" href="https://shapez.io" /> | ||
|  |     </head> | ||
|  | 
 | ||
|  |     <body oncontextmenu="return false" style="background: #393747;"></body> | ||
|  | </html> |