32 lines
		
	
	
		
			986 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			986 B
		
	
	
	
		
			HTML
		
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
	<head>
 | 
						|
		<title>GrupoHit</title>
 | 
						|
		<link
 | 
						|
			rel="stylesheet"
 | 
						|
			href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
 | 
						|
		/>
 | 
						|
		<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
 | 
						|
		
 | 
						|
		<!--<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />-->
 | 
						|
		<link rel="icon" href="http://www.hittelco.com/images/favicon.png" />
 | 
						|
		
 | 
						|
		<!--<link rel=”shortcut icon” href=”%PUBLIC_URL%/favicon.ico”>-->
 | 
						|
		<link rel="shortcut icon" href="http://www.hittelco.com/images/favicon.png" />
 | 
						|
 | 
						|
		<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
 | 
						|
 | 
						|
		<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
 | 
						|
		
 | 
						|
		<meta name="theme-color" content="#000000" />
 | 
						|
		<meta
 | 
						|
			name="viewport"
 | 
						|
			content="minimum-scale=1, initial-scale=1, width=device-width"
 | 
						|
		/>
 | 
						|
	</head>
 | 
						|
	<body>
 | 
						|
		<noscript>You need to enable JavaScript to run this app.</noscript>
 | 
						|
		<div id="root"></div>
 | 
						|
	</body>
 | 
						|
</html>
 |