Commit a33a3866 authored by Patrick James Ong's avatar Patrick James Ong

Added title and headers to html files

parent 5c5db78a
<!DOCTYPE html>
<html>
<head>
<title> Ingredients - Create </title>
</head>
<h1> Ingredients - Create </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Ingredients - Detail </title>
</head>
<h1> Ingredients - Detail </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Ingredients - List </title>
</head>
<h1> Ingredients - List </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Ingredients - Update </title>
</head>
<h1> Ingredients - Update </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Orders - Create </title>
</head>
<h1> Orders - Create </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Orders - Detail </title>
</head>
<h1> Orders - Detail </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Orders - List </title>
</head>
<h1> Orders - List </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Orders - Update </title>
</head>
<h1> Orders - Update </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Recipes - Create </title>
</head>
<h1> Recipes - Create </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Recipes - Detail </title>
</head>
<h1> Recipes - Detail </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Recipes - List </title>
</head>
<h1> Recipes - List </h1>
<body> </body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title> Recipes - Update </title>
</head>
<h1> Recipes - Update </h1>
<body> </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