habitica/views/static/new-stuff.jade

21 lines
440 B
Text
Raw Normal View History

2014-06-21 16:38:30 +00:00
block vars
2014-10-01 12:20:49 +00:00
doctype html
html(ng-app='habitrpg')
2014-06-21 16:38:30 +00:00
head
block title
title=env.t('newStuff')
script(type='text/javascript').
window.env = !{JSON.stringify(env)};
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=3')
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
!= env.getManifestFiles("static")
body
include ../shared/new-stuff