Added support for vinted labels
All checks were successful
DNSControl / build (push) Successful in 3m26s
All checks were successful
DNSControl / build (push) Successful in 3m26s
This commit is contained in:
parent
125d6eaf7c
commit
ef3421ff97
4 changed files with 54 additions and 3 deletions
|
@ -22,6 +22,7 @@
|
|||
<button>Convert!</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="variant_box">
|
||||
<b>Variante 2</b><br>
|
||||
Hermes Paketschein DIN A4 → 100mmx150mm
|
||||
|
@ -30,6 +31,15 @@
|
|||
<button>Convert!</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="variant_box">
|
||||
<b>Variante 3</b><br>
|
||||
Vinted Paketschein DIN A4 → 100mmx150mm
|
||||
<form action="/vinted" method="post" enctype="multipart/form-data">
|
||||
<input name="upload" type="file" size="50" accept="application/pdf">
|
||||
<button>Convert!</button>
|
||||
</form>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue