index.php 614 B

123456789101112131415
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>Install</title>
  6. <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
  7. <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
  8. <script src="../js/jquery.mCustomScrollbar.concat.min.js"></script>
  9. <script src="../js/jquery.history.js"></script>
  10. <script src="install.js"></script>
  11. <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/black-tie/jquery-ui.css"/>
  12. <link href="../css/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
  13. </head>
  14. <body></body>
  15. </html>