The crux.sexy website
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
1.1 KiB

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