Skip to content

Instantly share code, notes, and snippets.

View mnsampath236's full-sized avatar

Gattu Mani Sampath mnsampath236

  • Free Lancer
  • Mumbai
View GitHub Profile
@vampireneo
vampireneo / index.htm
Created February 28, 2014 07:55
HTML for embed another page by iframe, without border
<html>
<head>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
</head>
<body style="margin:0px;padding:0px;overflow:hidden">
<iframe src="__URL_HERE__" frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"></iframe>
</body>
</html>