mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
12 lines
283 B
HTML
Executable File
12 lines
283 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>
|
|
<h1>Nested IFrames Test</h1>
|
|
<iframe width="400px" height="500px" src="frame.html"></iframe>
|
|
</body>
|
|
</html>
|