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> </div>
<input type="file" id="upload"><br> <input type="file" id="upload"><br>
Or drag & drop Or drag & drop
<canvas id="cv" style=""></canvas>
<div id="downloadButtons"> <div id="downloadButtons">
<button id="downloadPng">png</button> <button id="downloadPng">png</button>
<button id="downloadWebp">webp</button> <button id="downloadWebp">webp</button>
</div> </div>
<canvas id="cv" style=""></canvas>
</div> </div>
</body> </body>
</html> </html>