mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
modified html
This commit is contained in:
parent
3387e2605f
commit
3bd1c8a023
@ -4,20 +4,19 @@
|
||||
<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>Lab 6 - Recipe Cards</title>
|
||||
<title>Food Journal</title>
|
||||
|
||||
<!-- Recipe Card Custom Element -->
|
||||
<script src="assets/scripts/RecipeCard.js" type="module"></script>
|
||||
|
||||
<!-- Main Stylesheets & Scripts -->
|
||||
<!-- Main Stylesheets & Scripts -->
|
||||
<link rel="stylesheet" href="assets/styles/main.css" />
|
||||
<script src="assets/scripts/main.js" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<!-- Add Entries Here -->
|
||||
<!-- Add Food Entries Here -->
|
||||
</main>
|
||||
<!-- For the Explore section - Remove "hidden" class before beginning -->
|
||||
<form id="new-food-entry">
|
||||
<fieldset>
|
||||
/* will need to modify to add upload/take image fuction */
|
||||
|
Loading…
Reference in New Issue
Block a user