18 líneas
509 B
HTML
18 líneas
509 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/css/iziToast.min.css">
|
|
<script src="/static/js/iziToast.min.js"></script>
|
|
<script src="/static/js/httprint.js"></script>
|
|
<title>HTTPrint</title>
|
|
</head>
|
|
<body>
|
|
<h1>Upload a file to print</h1>
|
|
|
|
<input id="upload-file" type="file" />
|
|
|
|
<button onClick="uploadFile();">print</button>
|
|
</body>
|
|
</html>
|