mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
406 B
HTML
23 lines
406 B
HTML
<!--Commented code available in commented_code/index.html-->
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
<TITLE>Welcome to Netscape</TITLE>
|
|
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
Text-1
|
|
|
|
<LAYER TOP=50 LEFT=150 NAME="text001" HEIGHT="150" WIDTH="200" SRC="text001.html" VISIBILITY="show"></LAYER>
|
|
|
|
<br> Text-2
|
|
|
|
<LAYER TOP=150 LEFT=10 NAME="text002" HEIGHT="150" WIDTH="300" SRC="text002.html" VISIBILITY="show"></LAYER>
|
|
|
|
<P>
|
|
no-layer-text-3
|
|
|
|
</BODY>
|
|
</HTML>
|