Files
ocelots/app/views/layouts/landing.html.slim
2012-11-22 17:53:38 +08:00

22 lines
608 B
Plaintext

doctype html
html
head
title Ocelots
= stylesheet_link_tag '/bootstrap/css/bootstrap.min.css'
=stylesheet_link_tag 'style', media: 'all'
=stylesheet_link_tag 'http://fonts.googleapis.com/css?family=Patrick+Hand'
=stylesheet_link_tag 'http://fonts.googleapis.com/css?family=Unica+One'
=stylesheet_link_tag 'http://fonts.googleapis.com/css?family=Titillium+Web:400,700'
= csrf_meta_tags
= javascript_include_tag '/ga.js'
body
div.container
= yield
= javascript_include_tag 'application'
= javascript_include_tag 'https://login.persona.org/include.js'