mirror of
				https://github.com/DerTyp7/shop-ejs-expressjs.git
				synced 2025-11-04 15:08:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			463 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			463 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<meta charset="UTF-8">
 | 
						|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
<title>Shop - <%= title %></title>
 | 
						|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
 | 
						|
<link rel="stylesheet" href="css/bootstrap.css">
 | 
						|
<link rel="stylesheet" href="/css/header.css">
 | 
						|
<link rel="stylesheet" href="/css/style.css">
 | 
						|
<link rel="stylesheet" href="/css/auth_header.css"> |