blob: f4ef6f787b97dc3f28341fed0a7d97bf9e625978 [file]
<!DOCTYPE html>
<html lang="en">
<body>
<table>
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
</table>
</body>
</html>