2013-09-01 16:56:43 +00:00
|
|
|
doctype 5
|
|
|
|
|
html
|
|
|
|
|
|
|
|
|
|
head
|
|
|
|
|
block title
|
|
|
|
|
title HabitRPG | Your Life the Role Playing Game
|
|
|
|
|
|
|
|
|
|
meta(charset='utf-8')
|
|
|
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
2013-09-02 05:08:28 +00:00
|
|
|
|
|
|
|
|
// CSS
|
|
|
|
|
link(rel='stylesheet', href='/bower_components/bootstrap/docs/assets/css/bootstrap.css')
|
|
|
|
|
link(rel='stylesheet', href='/bower_components/bootstrap/docs/assets/css/bootstrap-responsive.css')
|
|
|
|
|
link(href='/bower_components/bootstrap/docs/assets/css/docs.css', rel='stylesheet')
|
2013-09-01 16:56:43 +00:00
|
|
|
link(href='/css/static-pages.css', rel='stylesheet')
|
|
|
|
|
link(href='/css/footer.css', rel='stylesheet')
|
2013-09-02 05:08:28 +00:00
|
|
|
|
|
|
|
|
// FIXME we gotta get rid of all these requirements in userServices. we don't need habitrpg-shared, lodash, moment, etc here
|
|
|
|
|
// and habitrpg-shared alone is ~700kb
|
|
|
|
|
|
|
|
|
|
// JS
|
|
|
|
|
script(type='text/javascript', src='/bower_components/jquery/jquery.min.js')
|
|
|
|
|
script(type='text/javascript', src='/bower_components/habitrpg-shared/dist/habitrpg-shared.js')
|
|
|
|
|
script(type='text/javascript', src='/bower_components/angular/angular.min.js')
|
|
|
|
|
script(type='text/javascript', src='/bower_components/bootstrap/docs/assets/js/bootstrap.min.js')
|
2013-09-01 16:56:43 +00:00
|
|
|
script(type='text/javascript').
|
|
|
|
|
$.getScript("//s7.addthis.com/js/250/addthis_widget.js#pubid=lefnire");
|
2013-09-02 05:08:28 +00:00
|
|
|
|
2013-09-04 10:54:15 +00:00
|
|
|
!= js('staticMain')
|
2013-09-02 05:08:28 +00:00
|
|
|
|
2013-09-01 16:56:43 +00:00
|
|
|
body
|
|
|
|
|
block content
|
|
|
|
|
|
|
|
|
|
include ../shared/footer
|