2a0a26e5ce
Updates the static front page to use the purple gryphon icon, changes same to refer to "Habitica" instead of "HabitRPG", and updates the site favicon to the new logo.
21 lines
440 B
Plaintext
21 lines
440 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)};
|
|
|
|
link(rel='shortcut 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
|