Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created September 7, 2011 08:48
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 dagda1/1200087 to your computer and use it in GitHub Desktop.
Save dagda1/1200087 to your computer and use it in GitHub Desktop.
header.html
<!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