Commit e85897f2 authored by Keith Adrian Santos's avatar Keith Adrian Santos

added htmls of ingredients,recipes and order home pages

parent 45ae1801
<!DOCTYPE html>
<html>
<head>
<title>Ingredients - Home</title>
</head>
<body>
<header>
<h1> Ingredients - Home </h1>
</header>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Orders - Home</title>
</head>
<body>
<header>
<h1> Orders - Home </h1>
</header>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes - Home</title>
</head>
<body>
<header>
<h1> Recipes - Home </h1>
</header>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment