games/other/csv-merge/index.html
2023-05-12 11:33:22 +02:00

13 lines
364 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="index.js" defer></script>
</head>
<body onload="loadFiles()">
<textarea id="outputArea"></textarea>
</body>
</html>