test_web/public/index.html

19 lines
432 B
HTML
Raw Normal View History

2017-05-26 09:58:37 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
<!--[if lte IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/4.1.0/es6-promise.auto.js"></script>
<![endif]-->
<!-- Dependencies -->
<!-- Main -->
<script src="./vendor.bundle.js"></script>
</head>
<body>
<div id="example"></div>
<script src="./bundle.js"></script>
</body>
</html>