mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
23 lines
656 B
Plaintext
23 lines
656 B
Plaintext
block vars
|
|
doctype html
|
|
html(ng-app='habitrpg')
|
|
|
|
head
|
|
block title
|
|
title=env.t('newStuff')
|
|
|
|
script(type='text/javascript').
|
|
window.env = !{JSON.stringify(env._.pick(env, env.clientVars))};
|
|
|
|
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
|
link(rel='shortcut icon', sizes="192x192", href='#{env.getBuildUrl("favicon_192x192.png")}?v=4')
|
|
link(rel='mask-icon', href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
|
|
|
meta(charset='utf-8')
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
|
|
|
!= env.getManifestFiles("static")
|
|
|
|
body
|
|
include ../shared/new-stuff
|