Files
Henry Whitaker 7d0681e77b Updated to v1.5.2
2020-06-17 18:33:53 +01:00

19 lines
408 B
HTML

<html>
<head>
<title>CSV File Validator Demo</title>
<style>
.red {
color: red;
font-size: 16px;
margin: 20px;
}
</style>
</head>
<body>
<input type="file" accept=".csv" id="file" />
<div id="invalidMessages"></div>
<script src="dist/bundle.js"></script>
</body>
</html>