mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-08-03 00:10:31 -04:00
Add nested iframe test
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user