mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 19:04:08 +02:00
working web ui
This commit is contained in:
parent
71cf4dbcb2
commit
88e6fa3244
2 changed files with 21 additions and 1 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue