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

11 lines
195 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Nested IFrames Test</title>
</head>
<body>
<h1>Nested IFrames Test</h1>
<iframe width="400px" height="500px" src="frame.html"></iframe>
</body>
</html>