Skip to content

Instantly share code, notes, and snippets.

@Steph-harris
Created August 17, 2015 21:49
Show Gist options
  • Save Steph-harris/45f517ab437dc22c3070 to your computer and use it in GitHub Desktop.
Save Steph-harris/45f517ab437dc22c3070 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>SampleApp</title>
<%= stylesheet_link_tag 'default', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'default', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
</head>
<body>
<h1>Welcome to Steph's Knickknacks</h1>
<h3>Your online source for unique antiques!</h3>
<%= yield %>
</body>
</html>
// Place all the styles related to the static_pages controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
h1 {
font-family: sans-serif;
color: #aed;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment