Stirling-PDF/server-node/public/index.html

17 lines
438 B
HTML
Raw Normal View History

2023-10-16 23:11:33 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
2023-10-26 20:53:02 +02:00
<h1>Rotate</h1>
<form action="/rotate-pdf" method="post" enctype="multipart/form-data">
<input type="file" name="pdfFile" accept=".pdf" multiple>
<br>
<button id="doneButton">Done</button>
</form>
2023-10-16 23:11:33 +02:00
</body>
</html>