34 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en" translate="no" class="notranslate" data-build-timestamp-utc="<%= new Date().toISOString() %>">
 | |
| 	<head>
 | |
| 		<meta name="google" content="notranslate" />
 | |
| 		<meta charset="utf-8">
 | |
| 		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| 		<meta name="viewport" content="width=device-width,initial-scale=1.0">
 | |
| 		<meta name="keywords" content="bang, bang online, bang game, bang multiplayer, bang card game, bang card game online"/>
 | |
| 		<link rel="icon" href="<%= BASE_URL %>favicon.ico">
 | |
| 		<meta name="apple-mobile-web-app-capable" content="yes">
 | |
| 		<meta name="apple-mobile-web-app-status-bar-style" content="default">
 | |
| 		<meta name="apple-mobile-web-app-title" content="PewPew!">
 | |
| 		<meta name="description" content="Wanna play Bang with your friends but you cannot meet in person? Play Bang! multiplayer online.">
 | |
| 		<title>PewPew!</title>
 | |
| 
 | |
| 		<!-- Twitter Card data -->
 | |
| 		<meta name="twitter:card" value="Wanna play Bang with your friends but you cannot meet in person? Play Bang! multiplayer online.">
 | |
| 
 | |
| 		<!-- Open Graph data -->
 | |
| 		<meta property="og:title" content="PewPew!" />
 | |
| 		<meta property="og:type" content="article" />
 | |
| 		<meta property="og:url" content="https://bang.xamin.it/" />
 | |
| 		<!-- <meta property="og:image" content="http://example.com/image.jpg" /> -->
 | |
| 		<meta property="og:description" content="Wanna play Bang with your friends but you cannot meet in person? Play Bang! multiplayer online." />
 | |
| 	</head>
 | |
| 	<body>
 | |
| 		<noscript>
 | |
| 			<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
 | |
| 		</noscript>
 | |
| 		<div id="app"></div>
 | |
| 		<!-- built files will be auto injected -->
 | |
| 	</body>
 | |
| </html>
 | 
