Added Zutatenliste

This commit is contained in:
2019-05-02 08:56:08 +02:00
parent 0784f421fc
commit c0cf161745

View File

@@ -6,7 +6,27 @@
<body>
<h1>Wasser</h1>
<img src="https://cdn.pixabay.com/photo/2017/04/11/21/10/water-2222825_960_720.jpg" alt="Water is god">
<h2>Zutaten</h2>
<table>
<thead>
<tr>
<th>Zutaten</th>
<th>Menge</th>
</tr>
</thead>
<tbody>
<tr>
<td>Glas</td>
<td>1</td>
</tr>
<tr>
<td>Wasser</td>
<td>Glasabhängig</td>
</tr>
</tbody>
</table>
</body>
</html>