mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
15 lines
236 B
HTML
15 lines
236 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Don't crash!</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|