move buttons up

This commit is contained in:
Luca Conte 2025-05-05 20:07:48 +02:00
parent ff10bd931f
commit f370e6c57d
1 changed files with 1 additions and 1 deletions

View File

@ -14,11 +14,11 @@
</div>
<input type="file" id="upload"><br>
Or drag & drop
<canvas id="cv" style=""></canvas>
<div id="downloadButtons">
<button id="downloadPng">png</button>
<button id="downloadWebp">webp</button>
</div>
<canvas id="cv" style=""></canvas>
</div>
</body>
</html>