HouraiTeahouse / houraiteahouse.net-frontend

Front-end of http://houraiteahouse.net
GNU General Public License v3.0
2 stars 1 forks source link

Add noscript content #56

Open james7132 opened 7 years ago

james7132 commented 7 years ago

As it is, if a user doesn't have JavaScript enabled, they see a broken site. It would be best to add <noscript> tags in the header to tell the user to enable it.

gscoppino commented 7 years ago

May want to have the server template the actual text due to us not being able to localize it on the frontend

james7132 commented 7 years ago

It would probably better to stick with a static set of content for now. I think it would best to avoid the otherwise unnecessary computational cost of needing to template index.html due to how commonly it will be requested. Setting it in the 3 most common languages: English, Chinese, and Japanese should be sufficient.