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