Created
June 19, 2015 12:52
-
-
Save sunilw/c2d7b3acb135c974cd65 to your computer and use it in GitHub Desktop.
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 lang="en-US"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="generator" content="emacs" /> | |
<title></title> | |
<link rel="stylesheet" href="" type="text/css" media="all" /> | |
<script type="text/javascript" src=""></script> | |
<style> | |
body, html | |
{ | |
margin: 0; padding: 0; height: 100%; overflow: hidden; | |
} | |
.iframe-wrap | |
{ | |
position:absolute; left: 0; right: 0; bottom: 0; top: 0px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="iframe-wrap"> | |
<iframe frameborder="0" width="100%" height="100%" src="http://mlstest.rpower.situationdev.net/"></iframe> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment