/
var
/
www
/
barefootlaw.org
/
will-generator
/
backups
/
Upload File
HOME
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Signature Transparency Tool</title> </head> <body> <form action="process.php" method="post" enctype="multipart/form-data"> <label for="signature">Upload Signature:</label> <input type="file" name="signature" accept="image/*"> <input type="submit" value="Make Transparent"> </form> </body> </html>