| 123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- body { margin: 0; width:100%%; height:100%%; background-color:#000000; }
- html { width:100%%; height:100%%; background-color:#000000; }
- .embed-container iframe,
- .embed-container object,
- .embed-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%% !important;
- height: 100%% !important;
- }
- </style>
- </head>
- <body>
- <div class="embed-container">
- <iframe width="100%" height="100%" src=replacement frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
- </div>
- </body>
- </html>
|