mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
13 lines
357 B
Plaintext
13 lines
357 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(href='http://www.enable-javascript.com/', target='_blank')= env.t('jsDisabledLink')
|