mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
html for entries
This commit is contained in:
parent
3bd1c8a023
commit
a063e38028
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user