mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
272 B
HTML
13 lines
272 B
HTML
<html>
|
|
<body bgcolor="#c0c0c0">
|
|
|
|
<script>
|
|
document.write('<table border=4><tr><td width="100%"><table border=5><tr><td>This is');
|
|
</script>
|
|
<script>
|
|
document.write('cell 1</td></tr></table></td><td>Hello world! Hello world!</td></tr></table>');
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|