Added support for browsers not having JS enabled

If Javascript is not enabled on the browser then a text showing `Your browser does not support JavaScript!` will be displayed to the User.
This commit is contained in:
Rupesh Chaudhari 2020-10-01 20:08:44 +05:30 committed by GitHub
parent 6f4dd72a74
commit 117b4ea92a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
<body>
<div id='root' class='hasRows'></div>
<script src='./src/index.jsx'></script>
<noscript>Your browser does not support JavaScript!</noscript>
</body>
</html>