|  | <!DOCTYPE html>
<html>
    <head>
        <title>Age Gate</title>
        <link rel="stylesheet" type="text/css" href="sexy.css">
    </head>
    <body>
        <div class="box">
            <h1 class="heading">Hold up!</h1>
            <br>
            <br>
            <p class="body">
                <div class="body">The material on this site is suitable for adults only, including vore and explicit sexual content</div>
                <br>
                <div class="body">By entering, you acknowledge that you are:</div>
                <br>
                <div class="body">...willing to view this content</div>
                <div class="body">...aged 18 or older</div> 
                <br>
            </p>
            <form action="/accept">
                <button class="button goodyeet">Proceed</button>
                <input type="hidden" name="url" value="{{url}}">
            </form>
            <form action="/reject">
                <button class="button badyeet">Exit</button>
            </form>
        </div>
    </body>
</html>
 |