Skip to content

Instantly share code, notes, and snippets.

@viveksb007
Created March 22, 2018 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viveksb007/a5bf12be24cdc57d1cb6285370d1ad59 to your computer and use it in GitHub Desktop.
Save viveksb007/a5bf12be24cdc57d1cb6285370d1ad59 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Watermark Remover</title>
</head>
<body>
<div align="center">
<h1>Cam-Scanner Watermark Remover</h1>
<h2>Upload new File</h2>
<form method=post enctype=multipart/form-data>
<p><input type=file name=file>
<input type=submit value=Upload>
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment