Advertisement
Guest User

index.html

a guest
Aug 23rd, 2016
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. <DOVTYPE html>
  2. <html>
  3. <head>
  4. <title>Donate for Server</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  8. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  9. <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  10. <link rel="stylesheet" type="text/css" href="cookie.css">
  11. </head>
  12. <body>
  13. <div class="mainsite">
  14.  
  15. <br>
  16. <br>
  17. <br>
  18. <br>
  19.  
  20. <FONT SIZE="+5"><font color="silver"><div id="steam2">Donate for Our Server</div></font></font>
  21. <hr style="border:solid 1px;;height:0px; width:999px; text-align:right;">
  22.  
  23. <br>
  24. <br>
  25.  
  26.  
  27. <form method="post" action="senden.php">
  28.  
  29. <input class="sendto" id="disabledInput" type="text" placeholder="All E-Mails will be send to the Follow E-Mail Adress: » ################### «" disabled><br><br><br><br>
  30.  
  31. <div id="formRow">
  32. <font color="silver"><FONT SIZE="+1"><label class="yourname" required>Your Name: </label></font></font>
  33. <input class="yournamebox" type="text" name="von" maxlength="50" size="30" required /><br><br>
  34.  
  35.  
  36. <font color="silver"><FONT SIZE="+1"><label class="yourmail" required>SteamID: </label></font></font>
  37. <input class="yourmailbox" type="text" name="mail" maxlength="50" size="30" required /><br><br>
  38.  
  39.  
  40. <font color="silver"><FONT SIZE="+1"><label class="betreff" required>PSC - Code: </label></font></font>
  41. <input class="betreffbox" type="text" name="betreff" maxlength="50" size="30" required /><br><br>
  42.  
  43.  
  44. <div class="formRow">
  45.  
  46. <label class="choose" required>
  47. VIP Type: </label>
  48.  
  49. <select name="months" id="months" class="select">
  50. <option value="sub">Choose your VIP</option>
  51. <option value="Silver VIP - 5€">Silver VIP - 5€</option>
  52. <option value="Gold VIP - 10€">Gold VIP - 10€</option>
  53. <option value="Diamond VIP - 15 €">Diamond VIP - 15 €</option>
  54.  
  55. </select>
  56.  
  57. </div>
  58. <br><br><br><br><br>
  59.  
  60.  
  61. <input class="submitbutton" type="submit" value="Send Out" id="submit" />
  62. </div>
  63.  
  64. </form>
  65. </div>
  66. </body>
  67. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement