Files
minbin/index.html
Tommy Parnell 32177f809f moah things
2017-12-23 01:37:43 -05:00

18 lines
450 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
</head>
<body>
<div id="example"></div>
<!-- Dependencies -->
<script src="/node_modules/react/umd/react.development.js"></script>
<script src="/node_modules/react-dom/umd/react-dom.development.js"></script>
<!-- Main -->
<script src="/dist/bundle.js"></script>
</body>
</html>