blob: ea80367aa5f54fecf07c959ac696eb5ca4ee9f3c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<title>Dummy iframe test page</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
</head>
<body>
<iframe src="https://example.org"></iframe>
<p>Dummy test page</p>
</body>
</html>
|