learning/4.component-lifecycle/index.html

14 lines
356 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>index </title>
  <script src="../react.development.js"></script>
  <script src="../react-dom.development.js"></script>
<script src="../babel.min.js"></script>
<script type="text/babel" src="index.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>