Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created September 7, 2011 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dagda1/1200025 to your computer and use it in GitHub Desktop.
Save dagda1/1200025 to your computer and use it in GitHub Desktop.
application.html.haml
!!!
%head
%meta{:charset => "utf-8"}
%meta{:author => "Paul Cowan"}
%title Lead Generator
=stylesheet_link_tag "application"
=javascript_include_tag "application"
=csrf_meta_tags
%link{:rel => "stylesheet", :type => "text/css", :href => "http://fonts.googleapis.com/css?family=Orbitron:regular,italic,bold,bolditalic"}
%link{:rel => "stylesheet", :type => "text/css", :href => "http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic"}
%link{:rel => "stylesheet", :type => "text/css", :href => "http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic"}
%body
%header
%hgroup
%h1
=link_to "Lead Capturer", {:action => "Index", :controller => "Home"}, :method => :get
%h2 Superior quality Lead Generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment