Added support for vinted labels
All checks were successful
DNSControl / build (push) Successful in 3m26s

This commit is contained in:
fleaz 2025-05-25 15:55:42 +02:00
parent 125d6eaf7c
commit ef3421ff97
Signed by: fleaz
GPG key ID: 935474624265FE8F
4 changed files with 54 additions and 3 deletions

View file

@ -22,6 +22,7 @@
<button>Convert!</button>
</form>
</div>
<div class="variant_box">
<b>Variante 2</b><br>
Hermes Paketschein DIN A4 &#8594; 100mmx150mm
@ -30,6 +31,15 @@
<button>Convert!</button>
</form>
</div>
<div class="variant_box">
<b>Variante 3</b><br>
Vinted Paketschein DIN A4 &#8594; 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>