Skip to content

Instantly share code, notes, and snippets.

@josueochoa
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josueochoa/5c17b3d66eca6b746c7d to your computer and use it in GitHub Desktop.
Save josueochoa/5c17b3d66eca6b746c7d to your computer and use it in GitHub Desktop.
<?php
/*
Template Name: Iframe
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
body{
margin: 0;
}
iframe{
width: 100%;
height: 100%;
border: 0;
position: absolute;
}
</style>
</head>
<body>
<iframe src="http://kriesi.at" frameborder="0"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment