Created
April 17, 2016 07:33
-
-
Save anonymous/94b150272225b5d252e26b1f81b872a8 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title> | |
| </title> | |
| <style> | |
| .videoContainer { | |
| position:absolute; | |
| height:100%; | |
| width:100%; | |
| overflow: hidden; | |
| } | |
| .videoContainer video { | |
| min-width: 100%; | |
| min-height: 100%; | |
| } | |
| html, body { | |
| background-color:black; | |
| margin:0px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="videoContainer"> | |
| <iframe src="https://openload.co/embed/pkENTHBxytM/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true" style="width: 100%; height: 100%;"></iframe> | |
| </div> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment