5 lines
114 B
HTML
5 lines
114 B
HTML
<html><head><title>iframe test</title></head>
|
|
<body>
|
|
<iframe src="simple.html" id="test"></iframe>
|
|
</body></html>
|