Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
2
2ndSemProj1Froyo Keith Santos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Keith Adrian Santos
2ndSemProj1Froyo Keith Santos
Commits
e85897f2
Commit
e85897f2
authored
Mar 18, 2020
by
Keith Adrian Santos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added htmls of ingredients,recipes and order home pages
parent
45ae1801
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
0 deletions
+33
-0
ingredients_home.html
thegoodplace/froyo/templates/ingredients_home.html
+11
-0
orders_home.html
thegoodplace/froyo/templates/orders_home.html
+11
-0
recipes_home.html
thegoodplace/froyo/templates/recipes_home.html
+11
-0
No files found.
thegoodplace/froyo/templates/ingredients_home.html
0 → 100644
View file @
e85897f2
<!DOCTYPE html>
<html>
<head>
<title>
Ingredients - Home
</title>
</head>
<body>
<header>
<h1>
Ingredients - Home
</h1>
</header>
</body>
</html>
\ No newline at end of file
thegoodplace/froyo/templates/orders_home.html
0 → 100644
View file @
e85897f2
<!DOCTYPE html>
<html>
<head>
<title>
Orders - Home
</title>
</head>
<body>
<header>
<h1>
Orders - Home
</h1>
</header>
</body>
</html>
\ No newline at end of file
thegoodplace/froyo/templates/recipes_home.html
0 → 100644
View file @
e85897f2
<!DOCTYPE html>
<html>
<head>
<title>
Recipes - Home
</title>
</head>
<body>
<header>
<h1>
Recipes - Home
</h1>
</header>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment