Update index.html

This commit is contained in:
Justin Edmund 2020-09-15 01:24:42 -07:00
parent a8672c8b72
commit 048f65dc0a

View file

@ -1,5 +1,9 @@
<html> <html>
<head>
<title>Grid Tool</title>
</head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div> <div id="root"></div>
<script src="./index.tsx"></script> <script src="./index.tsx"></script>
</body> </body>