This commit is contained in:
hexahigh 2023-05-13 12:49:30 +02:00
parent a55cac652e
commit 81c13aa3cd

View File

@ -9,6 +9,7 @@
</head>
<body onload="loadFiles()">
<textarea id="outputArea"></textarea>
<button onclick="mergeToCSV()">Merge</button>
<br>
<button onclick="mergeToCsv()">Merge</button>
</body>
</html>