Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. <html>
  2.  
  3. <body style="background-color:lightgreen;">
  4.  
  5. <h1 style="text-align:center;font-family:arial;color:red;font-size:70px;"><u>Tasmanian ECig</u></h1>
  6. <h2 style="text-align:center;font-family:arial;color:purple;font-size:25px;>"<i>"Selling High Quality Electronic Cigarettes with a variety of Top Range brands since 2011</i>"</h2>
  7.  
  8. <br></br>
  9. <br></br>
  10.  
  11. <p><b>In order to register with AusCigs you must complete the account registration form</b></p>
  12.  
  13. <br></br>
  14.  
  15. <select>
  16. <option value="Smoker 1-5 years">Smoker of 1-5 years</option>
  17. <option value="Smoker 5-10 years">Smoker of 5-10 years</option>
  18. <option value="Smoker 10-15 years">Smoker of 10-15 years</option>
  19. <option value="Non-Smoker">Non-Smoker</option>
  20. </select>
  21.  
  22. <br></br>
  23.  
  24. <br></br>
  25. <br></br>
  26.  
  27. <form>
  28. <input type="radio" name="sex" value="male" /> Male<br />
  29. <input type="radio" name="sex" value="female" /> Female
  30. </form>
  31.  
  32. <form>
  33. <input type="checkbox" name="identification" value="Drivers License" /> I have a Drivers License<br/>
  34. <input type="checkbox" name="identification" value="Bill" /> I have a Bill<br />
  35.  
  36. <input type="checkbox" name="identification" value=""Birth Certificate" /> I have a Birth Certificate<br/>
  37. </form>
  38.  
  39. <form>
  40. <input type="radio" name="Age" value="age" />I am 18 years or older
  41. </form>
  42.  
  43. <form>
  44. First name: <input type="text" name="firstname" /><br />
  45. Last name: <input type="text" name="lastname" /><br />
  46. <br></br>
  47. Address 1: <input type="text" name="address 1" /><br />
  48. Address 2: <input type="text" name="address 2" /><br />
  49.  
  50. <br></br>
  51. Suburb: <input type="text" name="suburb" /><br />
  52. State: <input type="text" name="state" /><br />
  53. Country: <input type="text" name="country" /><br />
  54. </form>
  55.  
  56. <form>
  57. Username: <input type="Username" type="text" /><br />
  58. Password: <input type="password" name="pwd" />
  59. </form>
  60.  
  61. <form>
  62. Email: <input type="email address" type="text" /><br />
  63.  
  64. </form>
  65.  
  66. <form>
  67. Bank Name: <input type="bankaccountname" type="text" /><br />
  68. Account Name: <input type="accountname" type="text" /><br />
  69. Account Number: <input type="accountnumber" type="text" /><br />
  70. BSB: <input type="bsb" type="text" /><br />
  71.  
  72. <br></br>
  73. <br></br>
  74.  
  75. <br><form name="input" action="this area decides where you send you input/to what page it is sent" method="get">
  76. Email add. Verification: <input type="text" name="verification" />
  77.  
  78. <input type="submit" value="Submit" />
  79. </form>
  80.  
  81. <br></br>
  82. <br></br>
  83.  
  84. <form>
  85. <input type="checkbox" name="identification" value="Drivers License" /> I have a Drivers License</br>
  86. <input type="checkbox" name="identification" value="Bill" /> I have a Bill<br />
  87. <input type="checkbox" name="identification" value=""Birth Certificate" /> I have a Birth Certificate</br>
  88. </form>
  89.  
  90.  
  91. <br></br>
  92. <br></br>
  93. <br></br>
  94. <br></br>
  95.  
  96. <h1 style="text-align:center;font-family-arial;font-color:darkblue;font-size:20px;>"><u>Terms and Conditions</u></h1>
  97.  
  98. <p>By ticking the below boxes you agree that you are of 18 years of age or older and that you have fully read and agree to the Terms and Conditions set out in this section. Paid for product will be forfeited in the event that it is discovered you supplied incorrect or false details when making an order with AusCig. Possible prosecution may follow as a direct result of provided fake documentation(submitted in the Verification section). I agree that if I open or damage in anyway the product I recieve I forfeit my legal position to claim Warranty. AusCig does not take responsibility or any liability for the purchasing of addictive additives and subsequent addictions.
  99. </p>
  100.  
  101.  
  102. <br></br>
  103. <br></br>
  104. <br></br>
  105.  
  106. <form>
  107.  
  108. <input type="checkbox" name="agreement" value="Age Verified" /> I am 18 years or older</br>
  109. <input type="checkbox" name="Terms and Conditions" value="T&C Verified" /> I have read the Terms and Conditions</br>
  110. <input type="checkbox" name="Agree to Terms" value="Agreed" />I Agree to the Terms and Conditions</br>
  111. </form>
  112.  
  113. <form>
  114. <input type="submit" value="Submit" />
  115. </form>
  116.  
  117. </body>
  118. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement