index.php 223 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Input Your website</title>
  6. </head>
  7. <body>
  8. <form action="u2s.php" method="POST">
  9. <input type="text" name="url" />
  10. <input type="submit" />
  11. </form>
  12. </body>
  13. </html>