|
@@ -4,9 +4,9 @@
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th rowspan="2"></th>
|
|
<th rowspan="2"></th>
|
|
|
- <th scope="col" rowspan="2">Espresso</th>
|
|
|
|
|
- <th scope="colgroup" colspan="2">Milk</th>
|
|
|
|
|
- <th scope="col" rowspan="2">Water</th>
|
|
|
|
|
|
|
+ <th scope="col" rowspan="2">☕️ Espresso</th>
|
|
|
|
|
+ <th scope="colgroup" colspan="2">🥛 Milk</th>
|
|
|
|
|
+ <th scope="col" rowspan="2">🚰 Water</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th scope="col">Steamed</th>
|
|
<th scope="col">Steamed</th>
|
|
@@ -16,31 +16,31 @@
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th scope="row">Cappuccino</th>
|
|
<th scope="row">Cappuccino</th>
|
|
|
- <td>yes</td>
|
|
|
|
|
- <td>yes</td>
|
|
|
|
|
- <td>yes</td>
|
|
|
|
|
- <td>no</td>
|
|
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
|
|
+ <td>❌ no</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th scope="row">Macchiato</th>
|
|
<th scope="row">Macchiato</th>
|
|
|
- <td>yes</td>
|
|
|
|
|
- <td>no</td>
|
|
|
|
|
- <td>yes</td>
|
|
|
|
|
- <td>no</td>
|
|
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
|
|
+ <td>❌ no</td>
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
|
|
+ <td>❌ no</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th scope="row">Latte</th>
|
|
<th scope="row">Latte</th>
|
|
|
- <td>yes</td>
|
|
|
|
|
- <td>yes</td>
|
|
|
|
|
- <td>no</td>
|
|
|
|
|
- <td>no</td>
|
|
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
|
|
+ <td>❌ no</td>
|
|
|
|
|
+ <td>❌ no</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th scope="row">Americano</th>
|
|
<th scope="row">Americano</th>
|
|
|
- <td>yes</td>
|
|
|
|
|
- <td>no</td>
|
|
|
|
|
- <td>no</td>
|
|
|
|
|
- <td>yes</td>
|
|
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
|
|
+ <td>❌ no</td>
|
|
|
|
|
+ <td>❌ no</td>
|
|
|
|
|
+ <td>✅ yes</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|