Skip to content

Instantly share code, notes, and snippets.

@nbashaw
Created October 6, 2010 04:36
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/612837 to your computer and use it in GitHub Desktop.
Save nbashaw/612837 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>You'll Look Great : Branding + Design</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<?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'; ?>
@nbashaw
Copy link
Author

nbashaw commented Oct 6, 2010

Why does this not work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment