https://advbet.com/

Submitted URL:
https://advbet.com
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 12 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
  <base href="hello prod">
  <meta charset="UTF-8">
  <title>Redirect</title>
  <style>
    @import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
    * {
      font-family: 'Roboto', sans-serif;
      transition: all 0.2s;
    }
    /* customizable snowflake styling */
    .snowflake {
      color: #fff;
      font-size: 1em;
      font-family: Arial, sans-serif;
      text-shadow: 0 0 5px #000;
    }
    @-webkit-keyframes snowflakes-fall{
      0%{
        top:-10%
      }
      100%{
        top:100%
      }
    }
    @-webkit-keyframes snowflakes-shake{
      0%,100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
      }
      50% {
        -webkit-transform:translateX(80px);
        transform:translateX(80px)
      }
    }
    @keyframes snowflakes-fall{
      0%{
        top:-10%
      }
      100%{
        top:100%
      }
    }

    @keyframes snowflakes-shake{
      0%,100%{
        transform:translateX(0)
      }
      50%{
        transform:translateX(80px)
      }
    }
    .snowflake{
      position:fixed;
      top:-10%;
      z-index:9999;
      -webkit-user-select:none;
      -moz-user-select:none;
      -ms-user-select:none;
      user-select:none;
      cursor:default;
      -webkit-animation-name:snowflakes-fall,snowflakes-shake;
      -webkit-animation-duration:10s,3s;
      -webkit-animation-timing-function:linear,ease-in-out;
      -webkit-animation-iteration-count:infinite,infinite;
      -webkit-animation-play-state:running,running;
      animation-name:snowflakes-fall,snowflakes-shake;
      animation-duration:10s,3s;
      animation-timing-function:linear,ease-in-out;
      animation-iteration-count:infinite,infinite;
      animation-play-state:running,running
    }
    .snowflake:nth-of-type(0){
      left:1%;
      -webkit-animation-delay:0s,0s;
      animation-delay:0s,0s
    }
    .snowflake:nth-of-type(1){
      left:10%;
      -webkit-animation-delay:1s,1s;
      animation-delay:1s,1s
    }
    .snowflake:nth-of-type(2){
      left:20%;
      -webkit-animation-delay:6s,.5s;
      animation-delay:6s,.5s
    }
    .snowflake:nth-of-type(3){
      left:30%;
      -webkit-animation-delay:4s,2s;
      animation-delay:4s,2s
    }
    .snowflake:nth-of-type(4){
      left:40%;
      -webkit-animation-delay:2s,2s;
      animation-delay:2s,2s
    }
    .snowflake:nth-of-type(5){
      left:50%;
      -webkit-animation-delay:8s,3s;
      animation-delay:8s,3s
    }
    .snowflake:nth-of-type(6){
      left:60%;
      -webkit-animation-delay:6s,2s;
      animation-delay:6s,2s
    }
    .snowflake:nth-of-type(7){
      left:70%;
      -webkit-animation-delay:2.5s,1s;
      animation-delay:2.5s,1s
    }
    .snowflake:nth-of-type(8){
      left:80%;
      -webkit-animation-delay:1s,0s;
      animation-delay:1s,0s
    }
    .snowflake:nth-of-type(9){
      left:90%;
      -webkit-animation-delay:3s,1.5s;
      animation-delay:3s,1.5s
    }
    .snowflake:nth-of-type(10){
      left:25%;
      -webkit-animation-delay:2s,0s;
      animation-delay:2s,0s
    }
    .snowflake:nth-of-type(11){
      left:65%;
      -webkit-animation-delay:4s,2.5s;
      animation-delay:4s,2.5s
    }
    /* end of customizable snowflake styling */
    .snow {
      position: fixed;
      top: 0;
      height:100vh;
      width: 100vw;
      z-index: 10000;
      pointer-events: none;
    }
    .snow-image{
      background: url(img/snow.svg);
      background-position: top center;
      background-size: cover;
      height: 40px;
      width: 100vw;
      position: absolute;
      bottom: 0;
      left: 0;
    }

    body {
      background: url('img/body.png');
      background-color: #111216;
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0;
    }

    #select-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 590px;
      height: 300px;
      background-color: #17191b;
      box-shadow: 0 0 75px #000;
    }

    #logo-holder {
      background-image: url('img/logo.png');
      width: 200px;
      height: 200px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      box-shadow: 0px 0px 75px #000;
      border-radius: 50%;
      margin: -100px auto 0;
      background-color: #17191b;
    }

    #text-holder {
      margin-top: 30px;
      margin-bottom: 35px;
    }

    h1 {
      color: #d8d8d8;
      font-size: 24px;
      text-align: center;
      margin: 0;
    }

    h2 {
      color: #5a5a5a;
      font-size: 12px;
      text-align: center;
    }

    #buttons {
      margin: 0 auto;
      width: 332px;
    }

    #buttons div {
      width: 150px;
      height: 40px;
      border: double 2px transparent;
      border-radius: 5px;
      background-origin: border-box;
      background-clip: content-box, border-box;
      display: inline-block;
    }

    #buttons div:first-child {
      margin-right: 20px;
    }

    .rtl {
      background-image: linear-gradient(#17191b, #17191b), radial-gradient(circle at top left, #e3d709, #02b279);
    }

    .ltr {
      background-image: linear-gradient(#17191b, #17191b), radial-gradient(circle at top left, #02b279, #e3d709);
    }

    #buttons a {
      font-size: 11px;
      text-transform: uppercase;
      width: 100%;
      display: flex;
      height: 100%;
      padding: 0;
      margin: 0;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #d8d8d8;
    }

    #buttons a:hover {
      color: #02b279;
    }

    .snow-block {
        display: none;
    }

    .snow-theme {
      #logo-holder {
        background-image: url('img/logo_christmas.png');
      }

      .snow-block {
        display: unset;
      }
    }
  </style>
</head>
<body>
  <div class="snow-block">
    <div class="snowflakes" aria-hidden="true">
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
      <div class="snowflake">❅</div>
    </div>
    <div class="snow">
      <div class="snow-image"></div>
    </div>
  </div>
  <div id="select-box">
    <div id="logo-holder"></div>
    <div id="text-holder">
      <h1>Please select the page you want to login!</h1>
      <h2>After selecting an option you will be redirected.</h2>
    </div>
    <div id="buttons">
      <div class="button-holder rtl">
        <a href="https://cashier.adv.bet/">Cashier Login</a>
      </div>
      <div class="button-holder ltr">
        <a href="https://admin.adv.bet/">Admin Login</a>
      </div>
    </div>
  </div>
  <script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-BDT5YD0091&amp;cx=c&amp;_slc=1"></script><script async="" src="https://www.google-analytics.com/analytics.js"></script><script>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

    ga('create', 'UA-69968627-10', 'auto');
    ga('send', 'pageview');

    var currentDate = new Date();
      if ((currentDate.getMonth() === 11 && currentDate.getDate() >= 1) || (currentDate.getMonth() === 0 && currentDate.getDate() <= 6)) {
        document.body.classList.add('snow-theme');
    }
  </script>


</body></html>