<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Input Your website</title> </head> <body> <form action="u2s.php" method="POST"> <input type="text" name="url" /> <input type="submit" /> </form> </body> </html>