hensei-web/src/index.html
2020-09-15 01:24:42 -07:00

10 lines
No EOL
243 B
HTML

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