cse110-fa22-group29/source/review.html
Arthur Lu 39cb507bc5 move html and css to source folder
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-13 22:33:00 +00:00

16 lines
396 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>
<script src="assets/scripts/reviewpage.js" type="module"></script>
</head>
<body>
<h1>Current Review:</h1>
<main>
</main>
</body>
</html>