mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
21 lines
465 B
Text
21 lines
465 B
Text
|
|
block vars
|
||
|
|
doctype 5
|
||
|
|
html(ng-app='habitrpgStatic')
|
||
|
|
|
||
|
|
head
|
||
|
|
block title
|
||
|
|
title=env.t('communityGuidelines')
|
||
|
|
|
||
|
|
script(type='text/javascript').
|
||
|
|
window.env = !{JSON.stringify(env)};
|
||
|
|
|
||
|
|
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=3')
|
||
|
|
|
||
|
|
meta(charset='utf-8')
|
||
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
||
|
|
|
||
|
|
!= env.getManifestFiles("static")
|
||
|
|
|
||
|
|
body
|
||
|
|
include ../shared/community-guidelines
|