Files
2019-01-25 17:01:52 +08:00

30 lines
608 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>React Button</title>
<script src="./node_modules/react/dist/react-with-addons.js"></script>
<style>
body
body * {
box-sizing: border-box;
}
html,
body,
#content {
width: 100%;
height: 100%;
position: absolute;
}
</style>
</head>
<body>
<div id="content">
</div>
<script src="http://localhost:9090/webpack-dev-server.js"></script>
<script type="text/javascript" src="http://localhost:9090/assets/bundle.js"></script>
</body>
</html>