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:
parent
6f4dd72a74
commit
117b4ea92a
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue