Update index.html
This commit is contained in:
parent
a8672c8b72
commit
048f65dc0a
1 changed files with 8 additions and 4 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<head>
|
||||||
<div id="root"></div>
|
<title>Grid Tool</title>
|
||||||
<script src="./index.tsx"></script>
|
</head>
|
||||||
</body>
|
<body>
|
||||||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script src="./index.tsx"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in a new issue