feat: added file index.html

This commit is contained in:
Begerad, Stefan 2021-09-09 13:09:22 -04:00
parent 9713eff7f0
commit 7eeecceb63
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>react-config-tutorial</title>
</head>
<body>
<div id="root"></div>
<script src="./dist/bundle.js"></script>
</body>
</html>