AlkantarClanX12
Current Path : /home/thanudqk/thanpokertour.com/ |
Current File : /home/thanudqk/thanpokertour.com/index.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 2019</title> <!-- Bootstrap core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/full-width-pics.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.jpg');"> <img class="img-fluid d-block mx-auto" src="images/logo.png" alt=""> <div style="height: 350px;"></div> </header> <div id="App"> <div class="wrapper"> <div class="table" id="tab"> <div class="row header"> <div class="cell" style="width:50px;"> Rank </div> <div class="cell"> ID Name </div> <div class="cell"> TurnOver </div> <div class="cell"> Guaranteed Seat </div> </div> <div class="row" v-for="(row, index) in top10" :key="index"> <div class="cell" id="rank10" data-title="Rank" style="width:50px;"> <span>{{ padNumber(index) }}</span> </div> <div class="cell" data-title="ID Name"> {{ row['Player Name'] }} </div> <div class="cell" data-title="TurnOver"> {{ formatNumber(row['Total Bets']) }} </div> <div class="cell" data-title="Prize"> <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 table" :key="index"> <div class="cell" style="width:50px; " data-title="Rank"> <span>{{ padNumber(index, true) }}</span> </div> <div class="cell" data-title="ID Name"> {{ row['Player Name'] }} </div> <div class="cell" data-title="TurnOver"> {{ formatNumber(row['Total Bets']) }} </div> <div class="cell" data-title="Prize"> - </div> </div> </div><!--END TABLE--> </div><!--END WRAPPER--> </div> <footer align="center"><a href="#" 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"></script> <script src="./app.js"></script> </body> </html>