mirror of
				https://github.com/DerTyp7/shop-ejs-expressjs.git
				synced 2025-11-04 06:58:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <%- include('partials/head'); %>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <header>
 | 
						|
        <%- include('partials/header'); %>
 | 
						|
    </header>
 | 
						|
</body>
 | 
						|
</html> |