27 lines
470 B
HTML
27 lines
470 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>XML Parser</title>
|
|
<script type="module" crossorigin src="/ksef/assets/index-BOCrZ8tn.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>📄 XML Parser</h1>
|
|
|
|
<h2>Wygeneruj fakture:</h2>
|
|
<input
|
|
accept=".xml"
|
|
id="xmlInput"
|
|
type="file"
|
|
/>
|
|
|
|
<h2>Wygeneruj UPO:</h2>
|
|
<input
|
|
accept=".xml"
|
|
id="xmlInputUPO"
|
|
type="file"
|
|
/>
|
|
|
|
</body>
|
|
</html>
|