test_web_router/public/index.html
2017-06-02 10:43:14 +09:00

16 lines
385 B
HTML

<!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]-->
</head>
<body>
<div id="react-container"></div>
<script src="./vendor.js"></script>
<script src="./app.js"></script>
</body>
</html>