bom2table/src/index.html

18 lines
342 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BOM2Table</title>
</head>
<body>
<h1>BOM to table</h1>
<input id="csvFile" type="file" accept=".csv" />
<hr>
<table></table>
<script src="bundle.js" defer></script>
</body>
</html>