track prod html file

This commit is contained in:
Tommy Parnell
2017-12-17 01:21:42 -05:00
parent eb871bd6dd
commit adb5c942b1
2 changed files with 18 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* eol=lf

17
dist/index.html vendored Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<div id="example"></div>
<!-- Dependencies -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.2.0/umd/react.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.2.0/umd/react-dom.production.min.js"></script>
<!-- Main -->
<script src="./bundle.js"></script>
</body>
</html>