mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
16 lines
198 B
HTML
16 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>
|