mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
16 lines
404 B
HTML
16 lines
404 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="/source/assets/scripts/reviewpage.js" type="module"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Current Review:</h1>
|
|
<main>
|
|
</main>
|
|
</body>
|
|
</html> |