mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
14 lines
236 B
HTML
14 lines
236 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Don't crash!</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|