elm / elm-lang.org

Server and client code for the Elm website.
http://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
1.99k stars 366 forks source link

Blank website when JavaScript disabled #875

Open subnut opened 2 years ago

subnut commented 2 years ago

Could use the <noscript> tag, or could atleast designate the default HTML content under <body> to something like -

<body>
    Please enable JavaScript to view this website
</body>

which would then be changed in the JS.