mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 11:36:50 +00:00 
			
		
		
		
	html for entries
This commit is contained in:
		| @@ -1,3 +1,4 @@ | ||||
|  | ||||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
| <head> | ||||
| @@ -19,11 +20,13 @@ | ||||
|   </main> | ||||
|   <form id="new-food-entry"> | ||||
|     <fieldset> | ||||
|       /* will need to modify to add upload/take image fuction */  | ||||
|  | ||||
|       <legend>Image:</legend> | ||||
|       <label for="image-src"> | ||||
|         <!-- Add Food Entries Here  | ||||
|         Source: | ||||
|         <input type="text" id="imgSrc" name="imgSrc" required> | ||||
|          Add Food Entries Here --> | ||||
|       </label> | ||||
|       <label for="image-alt"> | ||||
|         Alt Text: | ||||
| @@ -72,6 +75,10 @@ | ||||
|         Comments: | ||||
|         <input type="text" id="comments" name="comments" required> | ||||
|       </label> | ||||
|       <label for="comments"> | ||||
|         Tags: | ||||
|         <input type="text" id="comments" name="comments" required> | ||||
|       </label> | ||||
|     </fieldset> | ||||
|     <button type="submit">Add Review</button> | ||||
|     <button type="button" class="danger">Clear Local Storage</button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user