Skip to content

Instantly share code, notes, and snippets.

@evanscottgray
Created August 21, 2014 07:36
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 evanscottgray/60b8bf593d83fec7871e to your computer and use it in GitHub Desktop.
Save evanscottgray/60b8bf593d83fec7871e to your computer and use it in GitHub Desktop.
stickyfooter html sample
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>{:lang => "en"}
<head>
<title></title>
<link />{:href => "/css/bootstrap.css", :rel => "stylesheet"}/<link />{:href => "/css/stickyfooter.css", :rel => "stylesheet"}/<link />{href: "/images/favicon.ico", rel: "icon"}/</head>
<body>
<div id="wrap">
<div class="navbar navbar-default navbar-static-top">
<div class="navbar-inner">
<div class="navbar-brand">{:href => "/"}
<img />{src: "/images/elevatelogo.png", class: "", style: "max-width: 15%;"}</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p class="text-muted credit">
, lovingly crafted by
<a>{:href => "mailto:"} evan.</a>
</p>
</div>
</div>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment