Created
April 5, 2010 19:50
-
-
Save Najaf/356775 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel='stylesheet' type='text/css' href='style.css' media='screen' /> | |
<script type='text/javascript' src='jquery.js'></script> | |
<title>Alis Fruity Milkshakes</title> | |
</head> | |
<body> | |
<div id='wrapper'> | |
<div id='header'> | |
<h1>Fruity Milkshakes For All</h1> | |
<h2 id='tagline'>The fruitiest milkshakes in town baby</h2> | |
</div> | |
<?php include $__page; ?> | |
</div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment