Files
pathduck.github.io/test/nested-iframes/frame2.html
T
2023-08-17 18:39:00 +02:00

11 lines
192 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Nested IFrames Test</title>
</head>
<body>
<h2>Nested IFrame 2</h2>
<iframe width="400px" height="500px" src="frame3.html"></iframe>
</body>
</html>