mirror of
				https://github.com/DerTyp7/shop-ejs-expressjs.git
				synced 2025-10-31 21:37:09 +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> | 
