any2pdf/index.html

15 lines
415 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>any2pdf</title>
</head>
<body>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input placeholder="optional" type="text" name="filename" id="filename">
<input type="file" name="files" multiple>
<button type="submit">Submit</button>
</form>
</body>
</html>