Advertisement
xNemeX

[HTML] INVIA IL TUO SEGRETO

Feb 20th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <html>
  2. <body>
  3. <center>
  4. <h1><b>INVIA IL TUO SEGRETO</b></h1>
  5. <form action="finish.php" method="post">
  6. NickName:<br><input type="text" name="nome"/><br>
  7. Sesso:<br><input type="radio" name="sesso" value="maschio"/>Maschio<br>
  8. <input type="radio" name="sesso" value="femmina"/>Femmina<br>
  9. Segreto:<br><input type="text" name="segreto"/><br>
  10. <input type="submit" value="INVIA"/>
  11. </form>
  12. <br><br><br><br><br><br><br><br><h6>Developed by Neme</center>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement