Commit 620e54aa authored by Karlo Cabugwang's avatar Karlo Cabugwang

fixed html files adding headers, added home.html

parent 6691cc99
<!DOCTYPE html>
<html>
<head>
<title>The Good Place Froyo Shop</title>
</head>
<body>
<h1>The Good Place Froyo Shop</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Ingredients - Create</title>
</head>
<body>
<h1>Ingredients - Create</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Ingredients - Detail</title>
</head>
<body>
<h1>Ingredients - Detail</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Ingredients - List</title>
</head>
<body>
<h1>Ingredients - List</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Ingredients - Update</title>
</head>
<body>
<h1>Ingredients - Update</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Orders - Create</title>
</head>
<body>
<h1>Orders - Create</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Orders - Detail</title>
</head>
<body>
<h1>Orders - Detail</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Orders - List</title>
</head>
<body>
<h1>Orders - List</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Orders - Update</title>
</head>
<body>
<h1>Orders - Update</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Recipes - Create</title>
</head>
<body>
<h1>Recipes - Create</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Recipes - Detail</title>
</head>
<body>
<h1>Recipes - Detail</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Recipes - List</title>
</head>
<body>
<h1>Recipes - List</h1>
</body>
</html>
\ No newline at end of file
......@@ -4,6 +4,6 @@
<title>Recipes - Update</title>
</head>
<body>
<h1>Recipes - Update</h1>
</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