diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/verifystart.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/verifystart.jsp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/verifystart.jsp b/pdf-as-web/src/main/webapp/verifystart.jsp new file mode 100644 index 00000000..cf8187bf --- /dev/null +++ b/pdf-as-web/src/main/webapp/verifystart.jsp @@ -0,0 +1,13 @@ +<html> +<head> +</head> +<body> +<h1>Verify PDF-Dokument</h1> +<form action="Sign" method="POST" enctype="multipart/form-data"> + + <input type="file" name="pdffile" /> + + <input type="submit" value="Verfiy"> +</form> +</body> +</html>
\ No newline at end of file |