mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
parent
e761315c74
commit
24e08676db
5 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ html(ng-app="habitrpg", ng-controller="RootCtrl", ng-class='{"applying-action":a
|
||||||
// ?v=1 needed to force refresh
|
// ?v=1 needed to force refresh
|
||||||
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
||||||
link(rel='shortcut icon', sizes="144x144", href='#{env.getBuildUrl("favicon_192x192.png")}?v=4')
|
link(rel='shortcut icon', sizes="144x144", href='#{env.getBuildUrl("favicon_192x192.png")}?v=4')
|
||||||
|
link(rel='mask-icon', href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
||||||
|
|
||||||
meta(charset='utf-8')
|
meta(charset='utf-8')
|
||||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
||||||
meta(name='apple-itunes-app' content='app-id=994882113')
|
meta(name='apple-itunes-app' content='app-id=994882113')
|
||||||
link(rel='canonical', href='', type='text/html')
|
link(rel='canonical', href='', type='text/html')
|
||||||
link(rel='shortcut icon', href='/favicon.ico')
|
link(rel='shortcut icon', href='/favicon.ico')
|
||||||
|
link(rel='mask-icon', href='/favicon.ico')
|
||||||
|
|
||||||
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')
|
||||||
link(rel='stylesheet', type='text/css', href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css')
|
link(rel='stylesheet', type='text/css', href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css')
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
||||||
link(rel='canonical', href='', type='text/html')
|
link(rel='canonical', href='', type='text/html')
|
||||||
link(rel='shortcut icon', sizes="32x32", href='/favicon.ico')
|
link(rel='shortcut icon', sizes="32x32", href='/favicon.ico')
|
||||||
link(rel='shortcut icon', sizes="192x192", href='/favicon_192x192.png')
|
link(rel='shortcut icon', sizes="192x192", href='/favicon_192x192.png')
|
||||||
|
link(rel='mask-icon', href='/favicon.ico')
|
||||||
|
|
||||||
link(rel='stylesheet', type='text/css', href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css')
|
link(rel='stylesheet', type='text/css', href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css')
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ html(ng-app='habitrpg')
|
||||||
|
|
||||||
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
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='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(charset='utf-8')
|
||||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ html(ng-app='habitrpg')
|
||||||
|
|
||||||
link(rel='shortcut icon', sizes="32x32", href='#{env.getBuildUrl("favicon.ico")}?v=4')
|
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='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(charset='utf-8')
|
||||||
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue