Skip to content

Instantly share code, notes, and snippets.

@justincampbell
Created July 20, 2010 17:45
Show Gist options
  • Save justincampbell/483278 to your computer and use it in GitHub Desktop.
Save justincampbell/483278 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>JustinCampbell.me</title>
<style type="text/css">
body {
background-color: white;
color: black;
font-size: 16px;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>JustinCampbell.me</h1>
</div>
<div id="content">
<p>Here is some text.</p>
</div>>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment