mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	modified html
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|   <meta charset="UTF-8" /> |   <meta charset="UTF-8" /> | ||||||
|   <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |   <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||||||
|   <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |   <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|   <title>Lab 6 - Recipe Cards</title> |   <title>Food Journal</title> | ||||||
|  |  | ||||||
|   <!-- Recipe Card Custom Element --> |   <!-- Recipe Card Custom Element --> | ||||||
|   <script src="assets/scripts/RecipeCard.js" type="module"></script> |   <script src="assets/scripts/RecipeCard.js" type="module"></script> | ||||||
| @@ -15,9 +15,8 @@ | |||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|   <main> |   <main> | ||||||
|     <!-- Add Entries Here --> |     <!-- Add Food Entries Here --> | ||||||
|   </main> |   </main> | ||||||
|   <!-- For the Explore section - Remove "hidden" class before beginning --> |  | ||||||
|   <form id="new-food-entry"> |   <form id="new-food-entry"> | ||||||
|     <fieldset> |     <fieldset> | ||||||
|       /* will need to modify to add upload/take image fuction */  |       /* will need to modify to add upload/take image fuction */  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user