Added support for 'Hermes Paketschein'

This commit is contained in:
fleaz 2024-10-20 14:24:36 +02:00
parent ca219e56c3
commit ce057bd4b4
3 changed files with 49 additions and 2 deletions

View file

@ -22,6 +22,14 @@
<button>Convert!</button>
</form>
</div>
<div class="variant_box">
<b>Variante 2</b><br>
Hermes Paketschein DIN A4 &#8594; 100mmx150mm
<form action="/hermes" method="post" enctype="multipart/form-data">
<input name="upload" type="file" size="50" accept="application/pdf">
<button>Convert!</button>
</form>
</div>
</main>
</body>
</html>