Advertisement
Guest User

join.html

a guest
Jan 4th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Minecraft Sign-up</title>
  4. <link href="join.css" rel="stylesheet" type="text/css" />
  5. </head>
  6. <body>
  7. <center><p>Use your Minecraft username to play Minecraft!</p>
  8. <form action="insert.php" method="post">
  9. Username: <input type="text" name="username" /><br />
  10. <!--Color: <select name="prefix">
  11. <option value="f" selected="selected">White</option>
  12. <option value="5">Purple</option>
  13. <option value="9">Blue</option>
  14. <option value="3">Dark Green</option>
  15. <option value="b">Light Blue</option>
  16. <option value="a">Lime Green</option>
  17. <option value="e">Yellow</option>
  18. <option value="c">Pink</option>
  19. <option value="4">Red</option>
  20. <option value="6">Grey</option>
  21. </select><br />-->
  22. Email: <input type="text" name="email" /><br />
  23. <input type="submit" /></center>
  24. </form>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement