test.php 962 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Forward Station Server</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- <link rel="stylesheet" type="text/css" href="css/styles.css"> -->
  8. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
  9. <script src="https://code.jquery.com/jquery-3.3.1.js"></script>
  10. <link href="https://cdn.datatables.net/r/bs-3.3.5/jq-2.1.4,dt-1.10.8/datatables.min.css" rel="stylesheet"/>
  11. <script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
  12. <script src="https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap.min.js" charset="utf-8"></script>
  13. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
  14. <style>
  15. input {
  16. padding: 20px;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <a href="dbtest.php" class="btn btn-default">VIEW</a>
  22. <script>
  23. </script>
  24. </body>
  25. </html>