Skip to content

Instantly share code, notes, and snippets.

@nbashaw
Created October 6, 2010 04:35
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 nbashaw/612835 to your computer and use it in GitHub Desktop.
Save nbashaw/612835 to your computer and use it in GitHub Desktop.
<?php include 'header.html'; ?>
<div id="container">
<div id="header">
<img src="images/bluegreenyoulllookgreat.jpg" alt="You'll Look Great" />
<h2>We are in the business of brand makeovers.</h2>
<h3>Find out what we can do for you.</h3>
</div>
<div id="infographic">
<img src="images/infographic.jpg" alt="infographic" />
</div>
</div>
<?php include 'footer.html'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment