working web ui

This commit is contained in:
Robin Appelman 2025-10-06 21:54:21 +02:00
commit 88e6fa3244
2 changed files with 21 additions and 1 deletions

View file

@ -14,7 +14,7 @@
</tbody>
<tfoot>
<td>
<input type="button" value="Add" id="add"/>
<input type="button" value="Add Text" id="add"/>
</td>
</tfoot>
</table>
@ -29,6 +29,10 @@
</p>
<canvas id="preview" height="32" width="300"></canvas>
<p>
<input type="button" value="Print" id="print"/>
</p>
<script src="label.js"></script>
</body>
</html>