mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
16 lines
211 B
HTML
16 lines
211 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding: 0">
|
|
<span>12345<span>67890</span></span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|