Skip to content

Instantly share code, notes, and snippets.

@100lp
Last active December 16, 2015 15:59
Show Gist options
  • Save 100lp/5459599 to your computer and use it in GitHub Desktop.
Save 100lp/5459599 to your computer and use it in GitHub Desktop.
%html
%head
%title Bellecave
= stylesheet_link_tag "application", :media => "all"
= javascript_include_tag "application"
= csrf_meta_tags
%link{:href => "/stylesheets/screen.css", :media => "screen, projection", :rel => "stylesheet", :type => "text/css"}/
%link{:href => "/stylesheets/print.css", :media => "print", :rel => "stylesheet", :type => "text/css"}/
/[if IE]
<link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
%body
= yield
============================
/*
*= require_self
*= require_tree
*/
header
color: #fff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment