8 lines
130 B
HTML
8 lines
130 B
HTML
<html>
|
|
<head>
|
|
<title>Just a first-level iframe</title>
|
|
</head>
|
|
<body>
|
|
<h1>This is the first-level iframe</h1>
|
|
</body>
|
|
</html>
|