-
Glenn Vorhes authoredGlenn Vorhes authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
react_test.html 373 B
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
</head>
<body>
<div id="example"></div>
<!-- Dependencies -->
<script src="lib/react.js"></script>
<script src="lib/react-dom.js"></script>
<!-- Main -->
<script src="js/reacttst.js"></script>
</body>
</html>