Skip to content

Instantly share code, notes, and snippets.

@pjhoberman
Created March 29, 2011 04:01
Show Gist options
  • Save pjhoberman/891791 to your computer and use it in GitHub Desktop.
Save pjhoberman/891791 to your computer and use it in GitHub Desktop.
<?php
header();
?>
Stuff
More Stuff
<?php
footer();
?>
<html>
<head>
<title>I'm a page</title>
</head>
<body>
Stuff
More stuff
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment