<!--#include file="html.asp"--> <body > <div class="wrapper"> <!--#include file="header.asp"--> <!--#include file="menu.asp"--> <!-- Content Wrapper. Contains page content --> <div> <!-- Content Header (Page header) --> <section class="content-header"> <br /> <br /> </section> <!-- Main content --> <form id="form1" name="form1" method="post" > <section class="content"> <div class="box"> <div class="box-body" style="overflow: hidden; overflow-x: auto;" > <table width="800" align="center" > </table> --> <h4> <p style="text-align: center;"> <img src="CHALLENGE\LOGO_BSB.png"> </p> <h6> <p style="text-align: center;"> <a href="CHALLENGE\SPRINT_CAT_BSB_2019.pdf" target="_blank">2019 SPRINT</a> </p> <h6> <p style="text-align: center;"> <a href="CHALLENGE\HALF_CAT_BSB_2019.pdf" target="_blank">2019 HALF CATEGORIAS</a> </p> </h6> <p style="text-align: center;"> <img src="CHALLENGE\LOGO_FLN.png"> </p> <h6> <p style="text-align: center;"> <a href="CHALLENGE\SPRINT_CAT_FLN_2018.pdf" target="_blank">2018 SPRINT</a> </p> <h6> <p style="text-align: center;"> <a href="CHALLENGE\HALF_CAT_FLN_2018.pdf" target="_blank">2018 HALF CATEGORIAS</a> </p> <h6> </div> <!-- /.box-body --> </div> <!-- /.box --> </section> </form> <!-- /.content --> </div> <!-- /.content-wrapper --> <!--#include file="footer.asp"--> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"> </div> </div> <!-- ./wrapper --> <script> $(function () { $('#table1').DataTable(); }); </script> </body> </html>