ujiajah1

jaringanqu/indx.php

Jun 7th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset = "utf-8">
  5. <!-- Latest compiled and minified CSS -->
  6. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
  7. <link rel="stylesheet" href="webku.css">
  8.  
  9. <!-- jQuery library -->
  10. <script src = "webku.js"></script>
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  12.  
  13. <!-- Latest compiled JavaScript -->
  14. <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
  15.  
  16. <title>JaringaQu</title>
  17. </head>
  18.  
  19. <body>
  20.  
  21. <?php include ('web.php'); ?>
  22.  
  23. </body>
  24. </html>
Add Comment
Please, Sign In to add comment