mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
13 lines
374 B
Text
13 lines
374 B
Text
// For those who have JavaScript disabled
|
|
noscript
|
|
style.
|
|
div, footer {
|
|
display: none;
|
|
}
|
|
|
|
h3=env.t('jsDisabledHeading')
|
|
img(src='/front/images/coding_by_phoneix_faerie.png', alt='Coding placeholder image')
|
|
p=env.t('jsDisabledText')
|
|
br
|
|
a.btn.btn-lg.btn-success(href='http://www.enable-javascript.com/', target='_blank')
|
|
=env.t('jsDisabledLink')
|