The crux.sexy website
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

31 Zeilen
1.0 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Age Gate</title>
  5. <link rel="stylesheet" type="text/css" href="sexy.css">
  6. </head>
  7. <body>
  8. <div class="box">
  9. <h1 class="heading">Hold up!</h1>
  10. <br>
  11. <br>
  12. <p class="body">
  13. <div class="body">The material on this site is suitable for adults only, including vore and explicit sexual content</div>
  14. <br>
  15. <div class="body">By entering, you acknowledge that you are:</div>
  16. <br>
  17. <div class="body">...willing to view this content</div>
  18. <div class="body">...aged 18 or older</div>
  19. <br>
  20. </p>
  21. <form action="/accept">
  22. <button class="button goodyeet">Proceed</button>
  23. <input type="hidden" name="url" value="{{url}}">
  24. </form>
  25. <form action="/reject">
  26. <button class="button badyeet">Exit</button>
  27. </form>
  28. </div>
  29. </body>
  30. </html>