elm-lang.org icon indicating copy to clipboard operation
elm-lang.org copied to clipboard

Blank website when JavaScript disabled

Open subnut opened this issue 2 years ago • 0 comments

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.

subnut avatar Dec 10 '21 14:12 subnut