Skip to content

Instantly share code, notes, and snippets.

Created November 7, 2012 04:33
Show Gist options
  • Save anonymous/4029580 to your computer and use it in GitHub Desktop.
Save anonymous/4029580 to your computer and use it in GitHub Desktop.
<html>
<head>
<title></title>
<?php include('menu.php'); ?>
</head>
<body>
<?php include('content.php'); ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment