mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-28 14:26:25 +10:00
22 lines
608 B
Plaintext
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'
|