showbits/showbits-thermal-printer/static/image.html

17 lines
424 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TP: Image</title>
</head>
<body>
<h1>Upload an image</h1>
<form method="post" enctype="multipart/form-data">
<ol>
<li><input type="file" name="image" /></li>
<li><button>Print!</button></li>
</ol>
</form>
</body>
</html>