mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01: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>
|