Files
habitica/website/views/static/new-stuff.jade
Georgi Gardev 24e08676db Add icon for pinned Safari tabs
Fixes #6451
Closes #6522
2016-01-14 20:32:51 -06:00

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