mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
17 lines
198 B
HTML
17 lines
198 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding: 0">
|
|
<span>1234567890</span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|