-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.haml
More file actions
19 lines (17 loc) · 834 Bytes
/
layout.haml
File metadata and controls
19 lines (17 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
!!! HTML5
%html
%head
%meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0"}
%meta{:charset => "utf-8"}
%meta{:name => "author", :content => "Chris Parsons, Dan Warnke"}
%link{:rel => "stylesheet", :href => "/css/bootstrap.min.css"}
%link{:rel => "stylesheet", :href => "/css/bootstrap-responsive.min.css"}
%link{:rel => "stylesheet", :href => "/css/screen.css"}
%script{:type => "text/javascript", :src => "/js/jquery-latest.js"}
%script{:type => "text/javascript", :src => "/js/bootstrap.min.js"}
/[if lt IE 9]
%script{:type => "text/javascript", :src => "http://html5shim.googlecode.com/svn/trunk/html5.js"}
:plain
<script type="text/javascript" src="http://fast.fonts.net/jsapi/152b8b7c-2480-47db-b8be-64c940896195.js"></script>
%body
= yield