11 lines
286 B
PHP
11 lines
286 B
PHP
<html>
|
|
<head>
|
|
<title>{{ $title }}</title>
|
|
</head>
|
|
<body style="background-color:black;">
|
|
<iframe src="{{ $url }}" frameborder="0" width="100%" height="100%"
|
|
allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true">
|
|
</iframe>
|
|
</body>
|
|
</html>
|