Created
September 7, 2011 08:48
-
-
Save dagda1/1200087 to your computer and use it in GitHub Desktop.
header.html
This file contains hidden or 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> | |
<head> | |
<meta charset='utf-8'> | |
<meta author='Paul Cowan'> | |
<title>Lead Generator</title> | |
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" /> | |
<script src="/assets/application.js" type="text/javascript"></script> | |
<meta content="authenticity_token" name="csrf-param" /> | |
<meta content="CR1GfHUt+WWtrqwPVikWmNzXyEmPv1oRZqAKbCnobio=" name="csrf-token" /> | |
<link href='http://fonts.googleapis.com/css?family=Orbitron:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'> | |
</head> | |
<body> | |
<header> | |
<hgroup> | |
<h1> | |
<a href="/Home/Index" data-method="get">Lead Capturer</a> | |
<h2>Superior quality Lead Generation</h2> | |
</h1> | |
</hgroup> | |
</header> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment