mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			853 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			853 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
 | |
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|   <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>Food Journal</title>
 | |
| 
 | |
|   <!-- Recipe Card Custom Element -->
 | |
|   <script src="assets/scripts/ReviewCard.js" type="module"></script>
 | |
| 
 | |
| 
 | |
|   <!-- Main Stylesheets & Scripts --> 
 | |
|   <!-- Temporarily commented out reset.css due to furthur discussion needed on the values of the default config-->
 | |
|   <!-- <link rel="stylesheet" href="/static/reset.css" /> -->
 | |
|   <link rel="stylesheet" href="./static/ReviewCard.css" />
 | |
|   <script src="assets/scripts/main.js" type="module"></script>
 | |
| 
 | |
| </head>
 | |
| <body>
 | |
|   <main>
 | |
|     <!-- Add Food Entries Here -->
 | |
|   </main>
 | |
|   <button type="button" id="create-btn"><a href='./CreatePage.html'></a>CREATE</button>
 | |
| </body>
 | |
| </html>
 |