Skip to content

Instantly share code, notes, and snippets.

@starzonmyarmz
Forked from smith/cramerdev-placeholder.html
Created February 14, 2011 21:22
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 starzonmyarmz/826568 to your computer and use it in GitHub Desktop.
Save starzonmyarmz/826568 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Cramer Development, Inc. - Web Development</title>
<meta charset="UTF-8" />
<style>
body { width: 80%; margin: 0 auto; text-align: center; background-color: #1A1A1A; }
div#main { margin-top: 300px; }
img { border: none; }
</style>
</head>
<body>
<div id="main">
<a href="http://cramerdev.com">
<img src="http://c3052982.cdn.cloudfiles.rackspacecloud.com/cramerdev.png" alt="Cramer Development, Inc." />
</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment