18 lines
455 B
HTML
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>
|