Advertisement
Stampe

Untitled

May 13th, 2019
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <title>Delete file</title>
  6. </head>
  7. <body>
  8.   <h1>Chose which file to delete</h1>
  9.   <form action="scripts/delete_file_script.php" method="GET">
  10.     <input type="text" name="file">
  11.     <br>
  12.     <input type="submit" value="click me">
  13.   </form>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement