11 lines
221 B
PHP
11 lines
221 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
</head>
|
|
<body>
|
|
|
|
<iframe src="<?= $iframe_url ?>" allowTransparency="true" width="1200" height="600" frameborder="0" style="background-color: #ffffff"></iframe>
|
|
|
|
</body>
|
|
</html>
|