cse110-fa22-group29/source/review.html

16 lines
396 B
HTML
Raw Normal View History

2022-11-12 18:10:07 +00:00
<!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>
2022-11-12 18:10:07 +00:00
</head>
<body>
2022-11-12 18:12:14 +00:00
<h1>Current Review:</h1>
2022-11-12 18:10:07 +00:00
<main>
</main>
</body>
</html>