mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-12 19:00:11 +01:00
13 lines
182 B
HTML
13 lines
182 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>IMG without attribute</title>
|
||
|
</head>
|
||
|
<frameset>
|
||
|
<frame name="TESTTHIS">
|
||
|
<frame name="SCODA">
|
||
|
<noframes>
|
||
|
<img src="mozilla.gif">
|
||
|
</noframes>
|
||
|
</frameset>
|
||
|
</html>
|