Last active
December 10, 2015 02:28
-
-
Save ox/4368257 to your computer and use it in GitHub Desktop.
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
!!! | |
/[if lt IE 7 ] <html class="ie ie6" lang="en"> | |
/[if IE 7 ] <html class="ie ie7" lang="en"> | |
/[if IE 8 ] <html class="ie ie8" lang="en"> | |
/[if (gte IE 9)|!(IE)] <html lang="en"> | |
%head | |
%meta{:charset => "utf-8"} | |
%title Your Page Title Here :) | |
%meta{ :name => "description", :content => ""} | |
%meta{ :name => "author", :content => ""} | |
/[if lt IE 9] | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
%meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1"} | |
/ | |
/ Favicons | |
/================================================== | |
%link{:href => "http://www.getskeleton.com/images/favicon.ico", :rel => "shortcut icon"} | |
%link{:href => "http://www.getskeleton.com/images/apple-touch-icon.png", :rel => "apple-touch-icon"} | |
%link{:href => "http://www.getskeleton.com/images/apple-touch-icon-72x72.png", :rel => "apple-touch-icon", :sizes => "72x72"} | |
%link{:href => "http://www.getskeleton.com/images/apple-touch-icon-114x114.png", :rel => "apple-touch-icon", :sizes => "114x114"} | |
%link{rel: "stylesheet", href: "http://www.getskeleton.com/src/stylesheets/base.css"} | |
%link{rel: "stylesheet", href: "http://www.getskeleton.com/src/stylesheets/skeleton.css"} | |
%link{rel: "stylesheet", href: "http://www.getskeleton.com/src/stylesheets/layout.css"} | |
%link{rel: "stylesheet", href: "http://www.getskeleton.com/documentation-assets/docs.css"} | |
%body | |
/ Primary Page Layout | |
/ Delete everything in this .container and get started on your own site! | |
%div.container | |
%div.sixteen.columns | |
%h1.remove-bottom{:style => "margin-top: 40px"} Skeleton | |
%hr | |
%div.sixteen.columns | |
= yield |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment