|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>"Simple" React with Webpack</title>
|
|
</head>
|
|
<body>
|
|
<div id='app'></div>
|
|
---
|
|
<div id='props-example'></div>
|
|
---
|
|
<div id='clock'></div>
|
|
---
|
|
<div id='counter'></div>
|
|
<script src='/bundle.js'></script>
|
|
</body>
|
|
</html>
|