mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
18 lines
294 B
HTML
18 lines
294 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Welcome to Netscape</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<TABLE>
|
|
<TBODY>
|
|
<TR>
|
|
<TD>
|
|
table element with no attributes. The required embedded
|
|
elements are used - TBODY-TR-TD.
|
|
</TD>
|
|
</TR>
|
|
</TBODY>
|
|
</TABLE>
|
|
</BODY>
|
|
</HTML>
|