index.php 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <meta charset="UTF-8">
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
  5. integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
  6. <link rel="stylesheet" href="style.css">
  7. <title>Title</title>
  8. <!-- <div class="footer">(\n.*?)*</div>(\n.*?)*</script> -->
  9. <!-- id="test-result" --\> class="col row justify-content-center" -->
  10. <!-- class="question-result" --\> class="col-8 alert alert-success" -->
  11. <!-- class="question correct " --\> class="question corrct" -->
  12. <!-- <div id="shareThis">(\n.*)*</div> -->
  13. <!-- <h1>(\n.*?)*</p></div> -->
  14. <!-- <p style="position:absolute; right:11px;">(.*?)</p> -->
  15. </head>
  16. <body>
  17. <div class="container-fluide">
  18. <div class="row justify-content-center">
  19. <div class="row justify-content-center"><h1>Тест "PHP 5"</h1></div>
  20. </div>
  21. </div>
  22. <div class="row justify-content-center">
  23. <?php echo file_get_contents("tests/17.html"); // основы?>
  24. <!-------------------------------------------->
  25. <?php echo file_get_contents("tests/16.html"); // основы?>
  26. <!-------------------------------------------->
  27. <?php echo file_get_contents("tests/15.html"); // ооп?>
  28. <!-------------------------------------------->
  29. <?php echo file_get_contents("tests/14.html"); // ооп?>
  30. <!-------------------------------------------->
  31. <?php echo file_get_contents("tests/13.html"); // ооп?>
  32. <!-------------------------------------------->
  33. <?php echo file_get_contents("tests/12.html"); ?>
  34. <!-------------------------------------------->
  35. <?php echo file_get_contents("tests/11.html"); ?>
  36. <!-------------------------------------------->
  37. <?php echo file_get_contents("tests/10.html"); ?>
  38. <!-------------------------------------------->
  39. <div class="row container-fluide justify-content-center"><h1>Тест "ООП в PHP 5"</h1></div>
  40. <?php echo file_get_contents("tests/9.html"); ?>
  41. <!-------------------------------------------->
  42. <div class="row container-fluide justify-content-center"><h1>Тест "PHP 5 - Основы"</h1></div>
  43. <?php echo file_get_contents("tests/8.html"); ?>
  44. <!-------------------------------------------->
  45. <div class="row container-fluide justify-content-center"><h1>Тест "PHP 5 - Основы"</h1></div>
  46. <?php echo file_get_contents("tests/7.html"); ?>
  47. <!-------------------------------------------->
  48. <?php echo file_get_contents("tests/6.html"); ?>
  49. <!-------------------------------------------->
  50. <?php echo file_get_contents("tests/5.html"); ?>
  51. <!-------------------------------------------->
  52. <?php echo file_get_contents("tests/4.html"); ?>
  53. <!-------------------------------------------->
  54. <?php echo file_get_contents("tests/3.html"); ?>
  55. <!--------------------------------------------->
  56. <?php echo file_get_contents("tests/2.html"); ?>
  57. <!--------------------------------------------->
  58. <?php echo file_get_contents("tests/1.html"); ?>
  59. <!--------------------------------------------->
  60. </div>
  61. </div>
  62. <script
  63. src="http://code.jquery.com/jquery-3.2.1.min.js"
  64. integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
  65. crossorigin="anonymous">
  66. </script>
  67. <script src="format.js">
  68. </script>
  69. </body>
  70. </html>