Initial commit: KSEF PDF Generator from GitHub

This commit is contained in:
2026-03-18 22:35:33 +01:00
parent f48680a65f
commit 4e49c625bf
11 changed files with 1375 additions and 1 deletions

File diff suppressed because one or more lines are too long

26
dist-app/index.html Normal file
View File

@@ -0,0 +1,26 @@
<!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>