Made all html files in the project

parent f1ee09f5
<html>
<head>
<title>Ingredients - detail</title>
</head>
<body>
<h1>Ingredients - detail</h1>
<table>
</table>
</body>
</html>
\ No newline at end of file
<html>
<head>
<title>Ingredients - List</title>
</head>
<body>
<h1>Ingredients - List</h1>
<table>
<caption></caption>
<colgroup></colgroup>1..n
<thead>
<tr>
<th></th>1..n
</tr>1..n
</thead>
<tfoot>
<tr>
<td></td>1..n
</tr>1..n
</tfoot>
<tbody>
<tr>
<td></td>1..n
</tr>1..n
</tbody>1..n
</table>
</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