Files
pathduck.github.io/test/nested-iframes/frame.html
T
2025-06-01 11:43:10 +02:00

12 lines
280 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Nested IFrames Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h2>Nested IFrame 1</h2>
<iframe width="400px" height="500px" src="frame2.html"></iframe>
</body>
</html>