mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			861 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			861 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     <head>
 | |
|         <title>图形工厂</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" />
 | |
| 
 | |
|         <!-- misc -->
 | |
|         <meta http-equiv="Cache-Control" content="private, max-age=0, no-store, no-cache, must-revalidate" />
 | |
|         <meta http-equiv="Expires" content="0" />
 | |
|     </head>
 | |
|     <body oncontextmenu="return false" style="background: #393747;"></body>
 | |
| </html>
 |