mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +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')
|
||||
head
|
||||
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')
|
||||
title Habitica | Your Life the Role Playing Game
|
||||
meta(name='description', content='')
|
||||
|
|
|
|||
Loading…
Reference in a new issue