mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(front-page): Remove extra script tag
Why did I even do that?
This commit is contained in:
parent
1923a3a467
commit
d3a6ff5b2d
1 changed files with 0 additions and 3 deletions
|
|
@ -2,9 +2,6 @@ doctype html
|
||||||
html(ng-app='habitrpg', ng-controller='RootCtrl')
|
html(ng-app='habitrpg', ng-controller='RootCtrl')
|
||||||
head
|
head
|
||||||
meta(charset='utf-8')
|
meta(charset='utf-8')
|
||||||
script(type='text/javascript').
|
|
||||||
window.env = !{JSON.stringify(env._.pick(env, env.clientVars))};
|
|
||||||
!= env.getManifestFiles("tmp_static_front")
|
|
||||||
link(href='//fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css')
|
link(href='//fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css')
|
||||||
title Habitica | Your Life the Role Playing Game
|
title Habitica | Your Life the Role Playing Game
|
||||||
meta(name='description', content='')
|
meta(name='description', content='')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue