mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
14 lines
255 B
HTML
14 lines
255 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding: 0">Don't crash!</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|