Commit 73290f66 authored by cianlaguesma's avatar cianlaguesma

added titles for html files and fixed FT

parent 7ff5bebb
......@@ -4,7 +4,7 @@
<h1 id="header_home">The Good Place Froyo Shop</h1>
</head>
<body>
<ul>
<ul id="main_list">
<li><a href="http://localhost:8000/ingredients/create_form" id="ingredients_create_form">Create form for Ingredients</a></li>
<li><a href="http://localhost:8000/ingredients/update_form" id="ingredients_update_form">Update form for Ingredients</a></li>
<li><a href="http://localhost:8000/ingredients/list" id="ingredients_list">See List for all Ingredients</a></li>
......
<html>
<head>
<title>Ingredients - Create Form</title>
<h1 id="ingredients_create_form_header">Ingredients - Create Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
......
<html>
<head>
<title>Ingredients - Detail</title>
<h1 id="ingredients_detail_header">Ingredients - Detail</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
......
<html>
<head>
<title>Ingredients - List</title>
<h1 id="ingredients_list_header">Ingredients - List</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
......
<html>
<head>
<title>Ingredients - Update Form</title>
<h1 id="ingredients_update_form_header">Ingredients - Update Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
......
<html>
<head>
<title>Orders - Create Form</title>
<h1 id="orders_create_form_header">Orders - Create Form</h1>
</head>
<body><a href="http://localhost:8000/index" id="home">Return to Home Page</a></body>
......
<html>
<head>
<title>Orders - Detail</title>
<h1 id="orders_detail_header">Orders - Detail</h1>
</head>
......
<html>
<head>
<title>Orders - List</title>
<h1 id="orders_list_header">Orders - List</h1>
</head>
......
<html>
<head>
<title>Orders - Update Form</title>
<h1 id="orders_update_form_header">Orders - Update Form</h1>
</head>
......
<html>
<head>
<title>Recipes - Create Form</title>
<h1 id="recipes_create_form_header">Recipes - Create Form</h1>
</head>
......
<html>
<head>
<title>Recipes - Detail</title>
<h1 id="recipes_detail_header">Recipes - Detail</h1>
</head>
......
<html>
<head>
<title>Recipes - List</title>
<h1 id="recipes_list_header">Recipes - List</h1>
</head>
......
<html>
<head>
<title>Recipes - Update Form</title>
<h1 id="recipes_update_form_header">Recipes - Update Form</h1>
</head>
......
This diff is collapsed.
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