mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
// 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')
|