Skip to content

Instantly share code, notes, and snippets.

@fourthdimension
Created September 14, 2017 16:51
Show Gist options
  • Save fourthdimension/b6043caee8c35a2f58b4dd60d511e173 to your computer and use it in GitHub Desktop.
Save fourthdimension/b6043caee8c35a2f58b4dd60d511e173 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Snap For Magic - Enter Us a Snap!</title>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
#content
{
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe width="100%" height="100%" frameborder="0" src="http://snapformagic.shellys.co.in/nmiqea" />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment