<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css" />

    <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css" />
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" />
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
    <link rel="stylesheet" type="text/css" href="./css/style.css" />
    <link rel="shortcut icon" href="./images/f.png" />

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" />

    <title>Sara's Secret Page</title>

</head>
<body>
    <nav>
        <div class="nav-wrapper" style="background-color: #fafafa">
            <a class="brand-logo center" href="https://onlyfans.com/sarahstarxxx">
                <img src="./images/o.png" height="36px" alt="" /></a>
        </div>
    </nav>
    <div class="container" style="margin-top: -20px">
        <div class="carousel" style="padding-bottom: 0px; padding-top: 0px">
            <a class="carousel-item" data-lightbox="model-images" style="object-fit: cover">
                <img src="./images/1.webp" height="300px" style="object-fit: cover" />
            </a>
            <a data-lightbox="model-images" class="carousel-item" style="object-fit: cover">
                <img src="./images/3.webp" height="300px" style="object-fit: cover" />
            </a>
            <a data-lightbox="model-images" class="carousel-item" style="object-fit: cover">
                <img src="./images/2.webp" height="300px" style="object-fit: cover" />
            </a>
            <a data-lightbox="model-images" class="carousel-item" style="object-fit: cover">
                <img src="./images/4.webp" height="300px" style="object-fit: cover" />
            </a>
            <a data-lightbox="model-images" class="carousel-item" style="object-fit: cover">
                <img src="./images/5.webp" height="300px" style="object-fit: cover" />
            </a>
            <a data-lightbox="model-images" class="carousel-item" style="object-fit: cover">
                <img src="./images/6.webp" height="300px" style="object-fit: cover" />
            </a>
        </div>
    </div>

    <div class="container" style="margin-top: -50px">
        <h5 class="grey-text center-align text-darken-3">
            <b>SARA</b> 🧸
        </h5>

        <div class="center-align grey-text text-darken-3">
            <ul class="">
                <li>
                    <h6>
                        📍 <b id="geo"></b> 🧁 18 years ♒ Aquarius
                    </h6>
                </li>
                <li>
                    <h6>
                        Get exclusive access to my content and interact with me directly.
                    </h6>
                </li>
                <li>
                    <h6>
                        🍑💦 Do you live near <b id="city"></b> 📍 DM me about making content :) 🍑🔥
                    </h6>
                </li>
                <li>
                    <div class="sale">
                    🎁 -75% for the next 25 subs 🎁
                    </div>
                </li>
            </ul>
        </div>

        <div class="center">
            <a href="https://onlyfans.com/sarahstarxxx" style="
            font-size: 16px !important;
            border-radius: 40px !important;
            color: #fcfbfb !important;
            background: #1aa9e8 !important;
            padding: 10px 30px !important;
            border: none !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            margin: auto !important;
            font-weight: 500 !important;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          ">
                SEE MY ONLYFANS ❤️
            </a>
        </div>
        <ul>
            <li>
                <h6 class="font-weight-bold text-center" style="color: #1aa9e8; text-align: center">
                    Get access to my private account now!<br>Only $3.00/m limited time
                </h6>
            </li>
        </ul>
        <div class="center">
        </div>
    </div>
    <script>
      var hash = window.location.hash
      if (hash && hash.length > 2){
        hash = hash.substr(1);
        [...document.querySelectorAll("a[href]")].forEach(e=>{
          var href = e.getAttribute("href")
          if (href.includes("sarahstarxxx")){
            e.setAttribute("href",href.replace("sarahstarxxx","sarahstarxxx/"+hash))
          }

        })
      }
      (async () => {
        console.log("fetch this ting")
        const response = await fetch('/geo');
        const data = await response.json();
        const geo = data.geo;
        console.log(data);

        document.getElementById("geo").innerHTML = (geo.city ? (geo.city + ", ") : "") + geo.country.name;
        document.getElementById("city").innerHTML = geo.city ? geo.city : geo.country.name;
        console.log("edited")

      })()
    </script>
    <!-- Compiled and minified JavaScript -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js" integrity="sha512-pumBsjNRGGqkPzKHndZMaAG+bir374sORyzM3uulLV14lN5LyykqNk8eEeUlUkB3U0M4FApyaHraT65ihJhDpQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
    <script>
        document.addEventListener("DOMContentLoaded", function () {
            var elems = document.querySelectorAll(".carousel");
            var options = {};
            var instances = M.Carousel.init(elems, options);
        });
    </script>
    <!-- Histats.com  START  (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4836599,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img  src="//sstatic1.histats.com/0.gif?4836599&101" alt="page hit counter" border="0"></a></noscript>
<!-- Histats.com  END  -->


</body>

</html>
