createInternalStickerZPL

This commit is contained in:
Eden Kirin
2023-07-31 14:22:57 +02:00
parent 69f8ca2d6f
commit 6136d35dff
2 changed files with 108 additions and 74 deletions

View File

@ -17,6 +17,11 @@
<body>
<div class="container">
<h1>Sticker Print Demo</h1>
<div class="mb-3">
<label for=""></label>
<textarea class="form-control" name="zpl" rows="10"></textarea>
</div>
</div>
</body>