Commit c59a96ca authored by Kevin Sibug's avatar Kevin Sibug

Added Templates folder with the necessary html files

parent 31de222c
{
"python.pythonPath": "virtualenv\\Scripts\\python.exe"
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Ingredients - Create</title>
</head>
<body>
<h1>Ingredients - Create</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Ingredients - Detail</title>
</head>
<body>
<h1>Ingredients - Detail</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Ingredients - List</title>
</head>
<body>
<h1>Ingredients - List</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Ingredients - Update</title>
</head>
<body>
<h1>Ingredients - Update</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Orders - Create</title>
</head>
<body>
<h1>Orders- Create</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Orders - Details</title>
</head>
<body>
<h1>Orders- Details</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Orders - List</title>
</head>
<body>
<h1>Orders- List</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Orders - Update</title>
</head>
<body>
<h1>Orders- Update</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes- Create</title>
</head>
<body>
<h1>Recipes- Create</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes- Detail</title>
</head>
<body>
<h1>Recipes- Detail</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes- List</title>
</head>
<body>
<h1>Recipes- List</h1>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes- Update</title>
</head>
<body>
<h1>Recipes- Update</h1>
</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