Initial commit: KSEF PDF Generator from GitHub
This commit is contained in:
282
dist-app/assets/index-BOCrZ8tn.js
Normal file
282
dist-app/assets/index-BOCrZ8tn.js
Normal file
File diff suppressed because one or more lines are too long
26
dist-app/index.html
Normal file
26
dist-app/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user