invoice-processing-pipeline/uploader/templates/index.html (16 lines of code) (raw):
<!DOCTYPE html5>
<html>
<head>
</head>
<body>
<form method="post" enctype="multipart/form-data">
<div>
<label for="upload">Select files to be uploaded: </label>
<input type="file" id="upload" name="upload" multiple />
</div>
<div>
<button>Submit</button>
</div>
</form>
</body>
</html>