react-csv/sample-site/index.html
2017-02-17 17:23:00 +03:00

18 lines
455 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>react-csv</title>
<meta charset="UTF-8">
<meta name="description" content="Still under development. It is not yet mature. Thank you for your understanding!">
<meta name="keywords" content="es7,react-csv,react,csv">
</head>
<body>
<div id="app"></div>
<!-- vendors -->
<script src="bundle.js" type="text/javascript"></script>
</body>
</html>