elm-lang.org
elm-lang.org copied to clipboard
Blank website when JavaScript disabled
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.