AlkantarClanX12

Your IP : 18.188.110.150


Current Path : /home/thanudqk/public_html/LEGACY/
Upload File :
Current File : /home/thanudqk/public_html/LEGACY/index1.html

<!DOCTYPE html>
<html lang="en">

<head>

  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta name="description" content="">
  <meta name="author" content="">

  <title>Guaranteed Seat 2022</title>


  <!-- Bootstrap core CSS -->
  <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <!-- Custom styles for this template -->
  <link href="css/full-width-pics2.css" rel="stylesheet">
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
</head>



<body>
  <!-- Header - set the background image for the header in the line below -->
  <header class="py-5 bg-image-full " style="background-image: url('images/bg_image-THAN.jpg');">
   <a href="https://www.thanpoker.com/" target="_blank"><img class="img-fluid d-block mx-auto" src="images/logo.png" alt="" style="height: 100px;"></a>
   <div style="height: 400px;"></div>
  </header>


<div class="container" id="App">

  <!-- Left Table-->
<div class="">
<div>
  <div class="wrapper">
    <!-- <h1 id="h1l">VÉ MIỄN PHÍ</h1>-->
    <div class="table" id="tab">
      <div class="row header">
        <div class="cell" style="width:50px;">
          Hạng
        </div>
        <div class="cell">
          Người Chơi
        </div>
        <div class="cell">
          Tổng Cược
        </div>
        <div class="cell">
          Vé Giải Đấu
        </div>
      </div>
        
      <div class="row" v-for="(row, index) in top5Turnover" :key="index">
          <div class="cell" id="rank10" data-title="Hạng" style="width:50px;">
            <span>{{ padNumber(index) }}</span>
          </div>
          <div class="cell" data-title="Người Chơi">
            {{ row.username }}
          </div>
          <div class="cell" data-title="Tổng Cược">
            {{ formatNumber(row.total) }}
          </div>
          <div class="cell" data-title="Vé">
            <img src="images/icon_ticket.png" alt="">
          </div>
      </div><!--END TABLE-->
    </div><!--END TABLE-->
  </div><!--wrapper-->

  
  <div class="wrapper">
    <div class="table" id="tab2">
      <div class="row" v-for="(row, index) in turnover" :key="index">
        <div class="cell" style="width:50px;  " data-title="Hạng">
            <span>{{ padNumber(index, true) }}</span>
        </div>
        <div class="cell" data-title="Người Chơi">
            {{ row.username }}
        </div>
        <div class="cell" data-title="Tổng Cược">
            {{ formatNumber(row.total) }}
        </div>
        <div class="cell" data-title="Vé">
          <img src="images/cancel.png" alt="">
        </div>
      </div>
    </div><!--END TABLE-->
  </div><!--END WRAPPER-->
</div>
  </div>


   <!-- Right Table-->




</div>

<footer>
  <a href="https://www.thanpoker.com/" target="_blank"><img src="images/footer.png" class="img-fluid" alt="loading" id="loadingfooter"></a>
</footer>
  <!-- Bootstrap core JavaScript -->
  <script src="vendor/jquery/jquery.min.js"></script>
  <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/vue@2.6.14"></script>
  <script src="./app.js"></script>
</div>

</html>